Color Hex Logo

#ab992e Color Hex

#AB992E
(171,153,46)
0 Favorites   0 Comments

Color spaces of #ab992e

RGB 17115346
HSL0.140.580.43
HSV51°73°67°
CMYK 0.000.110.73   0.33
XYZ28.679031.63767.1799
Yxy31.63760.42490.4687
Hunter Lab56.2473-7.420431.8048
CIE-Lab63.0422-5.338855.4788

#ab992e color RGB value is (171,153,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011001 00101110
Octal 253 231 56
Decimal 171 153 46
Hex AB 99 2E

RGB Percentages of Color #ab992e

%46.22
%41.35
%12.43

CMYK Percentages of Color #ab992e

%0
%11
%73
%33

Triadic Colors of #ab992e

#ab992e #2eab99 #992eab

Analogous Colors of #ab992e

#ab992e #7fab2e #ab5a2e

Monochromatic Colors of #ab992e

#ab992e

Complementary Color

#ab992e #2e40ab

#ab992e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab992e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab992e Color CSS Codes

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

#ab992e Text Font Color

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

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


#ab992e Background Color

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

This div background color is #ab992e


#ab992e Border Color

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

This div border color is #ab992e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab992e


Comments

No comments written yet.

Please login to write comment.