Color Hex Logo

#ab955a Color Hex

#AB955A
(171,149,90)
0 Favorites   0 Comments

Color spaces of #ab955a

RGB 17114990
HSL0.120.330.51
HSV44°47°67°
CMYK 0.000.130.47   0.33
XYZ29.387530.891014.0865
Yxy30.89100.39520.4154
Hunter Lab55.5797-2.883423.8789
CIE-Lab62.41550.101834.0464

#ab955a color RGB value is (171,149,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010101 01011010
Octal 253 225 132
Decimal 171 149 90
Hex AB 95 5A

RGB Percentages of Color #ab955a

%41.71
%36.34
%21.95

CMYK Percentages of Color #ab955a

%0
%13
%47
%33

Triadic Colors of #ab955a

#ab955a #5aab95 #955aab

Analogous Colors of #ab955a

#ab955a #99ab5a #ab6d5a

Monochromatic Colors of #ab955a

#ab955a

Complementary Color

#ab955a #5a70ab

#ab955a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab955a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab955a Color CSS Codes

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

#ab955a Text Font Color

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

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


#ab955a Background Color

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

This div background color is #ab955a


#ab955a Border Color

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

This div border color is #ab955a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,149,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 #ab955a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab955a


Comments

No comments written yet.

Please login to write comment.