Color Hex Logo

#ab844a Color Hex

#AB844A
(171,132,74)
0 Favorites   0 Comments

Color spaces of #ab844a

RGB 17113274
HSL0.100.400.48
HSV36°57°67°
CMYK 0.000.230.57   0.33
XYZ26.281925.654910.0452
Yxy25.65490.42400.4139
Hunter Lab50.65073.982423.6969
CIE-Lab57.70808.036836.7117

#ab844a color RGB value is (171,132,74).

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

The process color (four color CMYK) of #ab844a color hex is 0.00, 0.23, 0.57, 0.33. Web safe color of #ab844a is #999933. Color #ab844a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000100 01001010
Octal 253 204 112
Decimal 171 132 74
Hex AB 84 4A

RGB Percentages of Color #ab844a

%45.36
%35.01
%19.63

CMYK Percentages of Color #ab844a

%0
%23
%57
%33

Triadic Colors of #ab844a

#ab844a #4aab84 #844aab

Analogous Colors of #ab844a

#ab844a #a2ab4a #ab544a

Monochromatic Colors of #ab844a

#ab844a

Complementary Color

#ab844a #4a71ab

#ab844a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab844a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab844a Color CSS Codes

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

#ab844a Text Font Color

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

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


#ab844a Background Color

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

This div background color is #ab844a


#ab844a Border Color

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

This div border color is #ab844a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab844a


Comments

No comments written yet.

Please login to write comment.