Color Hex Logo

#ab995a Color Hex

#AB995A
(171,153,90)
0 Favorites   0 Comments

Color spaces of #ab995a

RGB 17115390
HSL0.130.330.51
HSV47°47°67°
CMYK 0.000.110.47   0.33
XYZ30.031332.178614.3011
Yxy32.17860.39250.4206
Hunter Lab56.7262-4.771524.7609
CIE-Lab63.4902-2.079535.3883

#ab995a color RGB value is (171,153,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011001 01011010
Octal 253 231 132
Decimal 171 153 90
Hex AB 99 5A

RGB Percentages of Color #ab995a

%41.30
%36.96
%21.74

CMYK Percentages of Color #ab995a

%0
%11
%47
%33

Triadic Colors of #ab995a

#ab995a #5aab99 #995aab

Analogous Colors of #ab995a

#ab995a #95ab5a #ab715a

Monochromatic Colors of #ab995a

#ab995a

Complementary Color

#ab995a #5a6cab

#ab995a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab995a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab995a Color CSS Codes

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

#ab995a Text Font Color

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

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


#ab995a Background Color

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

This div background color is #ab995a


#ab995a Border Color

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

This div border color is #ab995a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab995a


Comments

No comments written yet.

Please login to write comment.