Color Hex Logo

#ab994b Color Hex

#AB994B
(171,153,75)
0 Favorites   0 Comments

Color spaces of #ab994b

RGB 17115375
HSL0.140.390.48
HSV49°56°67°
CMYK 0.000.110.56   0.33
XYZ29.455831.948411.2708
Yxy31.94840.40530.4396
Hunter Lab56.5229-5.893427.7435
CIE-Lab63.3002-3.449942.8182

#ab994b color RGB value is (171,153,75).

#ab994b hex color red value is 171, green value is 153 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ab994b hue: 0.14 , saturation: 0.39 and the lightness value of ab994b is 0.48.

The process color (four color CMYK) of #ab994b color hex is 0.00, 0.11, 0.56, 0.33. Web safe color of #ab994b is #999933. Color #ab994b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011001 01001011
Octal 253 231 113
Decimal 171 153 75
Hex AB 99 4B

RGB Percentages of Color #ab994b

%42.86
%38.35
%18.80

CMYK Percentages of Color #ab994b

%0
%11
%56
%33

Triadic Colors of #ab994b

#ab994b #4bab99 #994bab

Analogous Colors of #ab994b

#ab994b #8dab4b #ab694b

Monochromatic Colors of #ab994b

#ab994b

Complementary Color

#ab994b #4b5dab

#ab994b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab994b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab994b Color CSS Codes

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

#ab994b Text Font Color

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

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


#ab994b Background Color

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

This div background color is #ab994b


#ab994b Border Color

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

This div border color is #ab994b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab994b


Comments

No comments written yet.

Please login to write comment.