Color Hex Logo

#ab855f Color Hex

#AB855F
(171,133,95)
0 Favorites   0 Comments

Color spaces of #ab855f

RGB 17113395
HSL0.080.310.52
HSV30°44°67°
CMYK 0.000.220.44   0.33
XYZ27.247726.259214.4589
Yxy26.25920.40090.3864
Hunter Lab51.24375.236819.1414
CIE-Lab58.28239.503826.0365

#ab855f color RGB value is (171,133,95).

#ab855f hex color red value is 171, green value is 133 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ab855f hue: 0.08 , saturation: 0.31 and the lightness value of ab855f is 0.52.

The process color (four color CMYK) of #ab855f color hex is 0.00, 0.22, 0.44, 0.33. Web safe color of #ab855f is #999966. Color #ab855f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000101 01011111
Octal 253 205 137
Decimal 171 133 95
Hex AB 85 5F

RGB Percentages of Color #ab855f

%42.86
%33.33
%23.81

CMYK Percentages of Color #ab855f

%0
%22
%44
%33

Triadic Colors of #ab855f

#ab855f #5fab85 #855fab

Analogous Colors of #ab855f

#ab855f #abab5f #ab5f5f

Monochromatic Colors of #ab855f

#ab855f

Complementary Color

#ab855f #5f85ab

#ab855f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab855f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab855f Color CSS Codes

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

#ab855f Text Font Color

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

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


#ab855f Background Color

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

This div background color is #ab855f


#ab855f Border Color

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

This div border color is #ab855f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab855f


Comments

No comments written yet.

Please login to write comment.