Color Hex Logo

#ab994e Color Hex

#AB994E
(171,153,78)
0 Favorites   0 Comments

Color spaces of #ab994e

RGB 17115378
HSL0.130.370.49
HSV48°54°67°
CMYK 0.000.110.54   0.33
XYZ29.561031.990511.8245
Yxy31.99050.40290.4360
Hunter Lab56.5601-5.687727.1969
CIE-Lab63.3350-3.197641.3649

#ab994e color RGB value is (171,153,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011001 01001110
Octal 253 231 116
Decimal 171 153 78
Hex AB 99 4E

RGB Percentages of Color #ab994e

%42.54
%38.06
%19.40

CMYK Percentages of Color #ab994e

%0
%11
%54
%33

Triadic Colors of #ab994e

#ab994e #4eab99 #994eab

Analogous Colors of #ab994e

#ab994e #8fab4e #ab6b4e

Monochromatic Colors of #ab994e

#ab994e

Complementary Color

#ab994e #4e60ab

#ab994e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab994e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab994e Color CSS Codes

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

#ab994e Text Font Color

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

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


#ab994e Background Color

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

This div background color is #ab994e


#ab994e Border Color

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

This div border color is #ab994e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab994e


Comments

No comments written yet.

Please login to write comment.