Color Hex Logo

#ab955b Color Hex

#AB955B
(171,149,91)
0 Favorites   0 Comments

Color spaces of #ab955b

RGB 17114991
HSL0.120.320.51
HSV44°47°67°
CMYK 0.000.130.47   0.33
XYZ29.430430.908214.3123
Yxy30.90820.39420.4140
Hunter Lab55.5951-2.799023.6531
CIE-Lab62.43010.203533.5339

#ab955b color RGB value is (171,149,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010101 01011011
Octal 253 225 133
Decimal 171 149 91
Hex AB 95 5B

RGB Percentages of Color #ab955b

%41.61
%36.25
%22.14

CMYK Percentages of Color #ab955b

%0
%13
%47
%33

Triadic Colors of #ab955b

#ab955b #5bab95 #955bab

Analogous Colors of #ab955b

#ab955b #99ab5b #ab6d5b

Monochromatic Colors of #ab955b

#ab955b

Complementary Color

#ab955b #5b71ab

#ab955b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab955b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab955b Color CSS Codes

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

#ab955b Text Font Color

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

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


#ab955b Background Color

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

This div background color is #ab955b


#ab955b Border Color

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

This div border color is #ab955b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab955b


Comments

No comments written yet.

Please login to write comment.