Color Hex Logo

#ab994d Color Hex

#AB994D
(171,153,77)
0 Favorites   0 Comments

Color spaces of #ab994d

RGB 17115377
HSL0.130.380.49
HSV49°55°67°
CMYK 0.000.110.55   0.33
XYZ29.525431.976211.6371
Yxy31.97620.40370.4372
Hunter Lab56.5475-5.757127.3818
CIE-Lab63.3232-3.282741.8513

#ab994d color RGB value is (171,153,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011001 01001101
Octal 253 231 115
Decimal 171 153 77
Hex AB 99 4D

RGB Percentages of Color #ab994d

%42.64
%38.15
%19.20

CMYK Percentages of Color #ab994d

%0
%11
%55
%33

Triadic Colors of #ab994d

#ab994d #4dab99 #994dab

Analogous Colors of #ab994d

#ab994d #8eab4d #ab6a4d

Monochromatic Colors of #ab994d

#ab994d

Complementary Color

#ab994d #4d5fab

#ab994d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab994d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab994d Color CSS Codes

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

#ab994d Text Font Color

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

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


#ab994d Background Color

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

This div background color is #ab994d


#ab994d Border Color

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

This div border color is #ab994d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab994d

#ab994d Color Palettes


Comments

No comments written yet.

Please login to write comment.