Color Hex Logo

#ab725c Color Hex

#AB725C
(171,114,92)
0 Favorites   0 Comments

Color spaces of #ab725c

RGB 17111492
HSL0.050.320.52
HSV17°46°67°
CMYK 0.000.330.46   0.33
XYZ24.743721.465312.9643
Yxy21.46530.41820.3628
Hunter Lab46.330714.252415.8409
CIE-Lab53.455019.885621.3581

#ab725c color RGB value is (171,114,92).

#ab725c hex color red value is 171, green value is 114 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ab725c hue: 0.05 , saturation: 0.32 and the lightness value of ab725c is 0.52.

The process color (four color CMYK) of #ab725c color hex is 0.00, 0.33, 0.46, 0.33. Web safe color of #ab725c is #996666. Color #ab725c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110010 01011100
Octal 253 162 134
Decimal 171 114 92
Hex AB 72 5C

RGB Percentages of Color #ab725c

%45.36
%30.24
%24.40

CMYK Percentages of Color #ab725c

%0
%33
%46
%33

Triadic Colors of #ab725c

#ab725c #5cab72 #725cab

Analogous Colors of #ab725c

#ab725c #ab9a5c #ab5c6e

Monochromatic Colors of #ab725c

#ab725c

Complementary Color

#ab725c #5c95ab

#ab725c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab725c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab725c Color CSS Codes

.mybgcolor {background-color:#ab725c; } 
.myforecolor {color:#ab725c; }
.mybordercolor {border:3px solid #ab725c; }

#ab725c Text Font Color

<p style="color:#ab725c">Text here</p>

This sample text font color is #ab725c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ab725c Background Color

<div style="background-color:#ab725c">
Div content here</div>

This div background color is #ab725c


#ab725c Border Color

<div style="border:3px solid #ab725c">
Div here</div>

This div border color is #ab725c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,114,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab725c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab725c;
  -webkit-box-shadow: 1px 1px 3px 2px #ab725c;
  box-shadow:         1px 1px 3px 2px #ab725c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,114,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab725c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ab725c;
  -webkit-box-shadow: 1px 1px 3px 2px #ab725c;
  box-shadow:         1px 1px 3px 2px #ab725c;">
Div content here</div>

This div box has shadow with color #ab725c


Comments

No comments written yet.

Please login to write comment.