Color Hex Logo

#ab785b Color Hex

#AB785B
(171,120,91)
0 Favorites   0 Comments

Color spaces of #ab785b

RGB 17112091
HSL0.060.320.51
HSV22°47°67°
CMYK 0.000.300.47   0.33
XYZ25.399422.846212.9686
Yxy22.84620.41490.3732
Hunter Lab47.797711.207817.3717
CIE-Lab54.913616.394323.8619

#ab785b color RGB value is (171,120,91).

#ab785b hex color red value is 171, green value is 120 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ab785b hue: 0.06 , saturation: 0.32 and the lightness value of ab785b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111000 01011011
Octal 253 170 133
Decimal 171 120 91
Hex AB 78 5B

RGB Percentages of Color #ab785b

%44.76
%31.41
%23.82

CMYK Percentages of Color #ab785b

%0
%30
%47
%33

Triadic Colors of #ab785b

#ab785b #5bab78 #785bab

Analogous Colors of #ab785b

#ab785b #aba05b #ab5b66

Monochromatic Colors of #ab785b

#ab785b

Complementary Color

#ab785b #5b8eab

#ab785b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab785b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab785b Color CSS Codes

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

#ab785b Text Font Color

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

This sample text font color is #ab785b
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.


#ab785b Background Color

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

This div background color is #ab785b


#ab785b Border Color

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

This div border color is #ab785b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab785b


Comments

No comments written yet.

Please login to write comment.