Color Hex Logo

#ab844f Color Hex

#AB844F
(171,132,79)
0 Favorites   0 Comments

Color spaces of #ab844f

RGB 17113279
HSL0.100.370.49
HSV35°54°67°
CMYK 0.000.230.54   0.33
XYZ26.457125.725010.9681
Yxy25.72500.41900.4074
Hunter Lab50.71984.351722.6825
CIE-Lab57.77518.469934.1404

#ab844f color RGB value is (171,132,79).

#ab844f hex color red value is 171, green value is 132 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ab844f hue: 0.10 , saturation: 0.37 and the lightness value of ab844f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000100 01001111
Octal 253 204 117
Decimal 171 132 79
Hex AB 84 4F

RGB Percentages of Color #ab844f

%44.76
%34.55
%20.68

CMYK Percentages of Color #ab844f

%0
%23
%54
%33

Triadic Colors of #ab844f

#ab844f #4fab84 #844fab

Analogous Colors of #ab844f

#ab844f #a4ab4f #ab564f

Monochromatic Colors of #ab844f

#ab844f

Complementary Color

#ab844f #4f76ab

#ab844f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab844f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab844f Color CSS Codes

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

#ab844f Text Font Color

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

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


#ab844f Background Color

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

This div background color is #ab844f


#ab844f Border Color

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

This div border color is #ab844f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab844f


Comments

No comments written yet.

Please login to write comment.