Color Hex Logo

#ab845f Color Hex

#AB845F
(171,132,95)
0 Favorites   0 Comments

Color spaces of #ab845f

RGB 17113295
HSL0.080.310.52
HSV29°44°67°
CMYK 0.000.230.44   0.33
XYZ27.111425.986714.4135
Yxy25.98670.40160.3849
Hunter Lab50.97725.722418.9201
CIE-Lab58.024410.064525.6988

#ab845f color RGB value is (171,132,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000100 01011111
Octal 253 204 137
Decimal 171 132 95
Hex AB 84 5F

RGB Percentages of Color #ab845f

%42.96
%33.17
%23.87

CMYK Percentages of Color #ab845f

%0
%23
%44
%33

Triadic Colors of #ab845f

#ab845f #5fab84 #845fab

Analogous Colors of #ab845f

#ab845f #abaa5f #ab5f60

Monochromatic Colors of #ab845f

#ab845f

Complementary Color

#ab845f #5f86ab

#ab845f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab845f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab845f Color CSS Codes

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

#ab845f Text Font Color

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

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


#ab845f Background Color

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

This div background color is #ab845f


#ab845f Border Color

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

This div border color is #ab845f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab845f

#ab845f Color Palettes


Comments

No comments written yet.

Please login to write comment.