Color Hex Logo

#ab991f Color Hex

#AB991F
(171,153,31)
0 Favorites   0 Comments

Color spaces of #ab991f

RGB 17115331
HSL0.150.690.40
HSV52°82°67°
CMYK 0.000.110.82   0.33
XYZ28.433131.53935.8854
Yxy31.53930.43170.4789
Hunter Lab56.1599-7.907233.0985
CIE-Lab62.9603-5.946860.5187

#ab991f color RGB value is (171,153,31).

#ab991f hex color red value is 171, green value is 153 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ab991f hue: 0.15 , saturation: 0.69 and the lightness value of ab991f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011001 00011111
Octal 253 231 37
Decimal 171 153 31
Hex AB 99 1F

RGB Percentages of Color #ab991f

%48.17
%43.10
%8.73

CMYK Percentages of Color #ab991f

%0
%11
%82
%33

Triadic Colors of #ab991f

#ab991f #1fab99 #991fab

Analogous Colors of #ab991f

#ab991f #77ab1f #ab531f

Monochromatic Colors of #ab991f

#ab991f

Complementary Color

#ab991f #1f31ab

#ab991f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab991f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab991f Color CSS Codes

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

#ab991f Text Font Color

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

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


#ab991f Background Color

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

This div background color is #ab991f


#ab991f Border Color

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

This div border color is #ab991f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab991f


Comments

No comments written yet.

Please login to write comment.