Color Hex Logo

#ab855b Color Hex

#AB855B
(171,133,91)
0 Favorites   0 Comments

Color spaces of #ab855b

RGB 17113391
HSL0.090.320.51
HSV32°47°67°
CMYK 0.000.220.47   0.33
XYZ27.070426.188313.5256
Yxy26.18830.40530.3921
Hunter Lab51.17454.867920.1516
CIE-Lab58.21549.075628.1656

#ab855b color RGB value is (171,133,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000101 01011011
Octal 253 205 133
Decimal 171 133 91
Hex AB 85 5B

RGB Percentages of Color #ab855b

%43.29
%33.67
%23.04

CMYK Percentages of Color #ab855b

%0
%22
%47
%33

Triadic Colors of #ab855b

#ab855b #5bab85 #855bab

Analogous Colors of #ab855b

#ab855b #a9ab5b #ab5d5b

Monochromatic Colors of #ab855b

#ab855b

Complementary Color

#ab855b #5b81ab

#ab855b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab855b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab855b Color CSS Codes

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

#ab855b Text Font Color

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

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


#ab855b Background Color

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

This div background color is #ab855b


#ab855b Border Color

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

This div border color is #ab855b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,133,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 #ab855b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab855b


Comments

No comments written yet.

Please login to write comment.