Color Hex Logo

#ab884a Color Hex

#AB884A
(171,136,74)
0 Favorites   0 Comments

Color spaces of #ab884a

RGB 17113674
HSL0.110.400.48
HSV38°57°67°
CMYK 0.000.200.57   0.33
XYZ26.834826.760710.2295
Yxy26.76070.42040.4193
Hunter Lab51.73072.066324.4872
CIE-Lab58.75225.804637.9626

#ab884a color RGB value is (171,136,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001000 01001010
Octal 253 210 112
Decimal 171 136 74
Hex AB 88 4A

RGB Percentages of Color #ab884a

%44.88
%35.70
%19.42

CMYK Percentages of Color #ab884a

%0
%20
%57
%33

Triadic Colors of #ab884a

#ab884a #4aab88 #884aab

Analogous Colors of #ab884a

#ab884a #9eab4a #ab584a

Monochromatic Colors of #ab884a

#ab884a

Complementary Color

#ab884a #4a6dab

#ab884a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab884a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab884a Color CSS Codes

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

#ab884a Text Font Color

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

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


#ab884a Background Color

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

This div background color is #ab884a


#ab884a Border Color

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

This div border color is #ab884a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab884a


Comments

No comments written yet.

Please login to write comment.