Color Hex Logo

#ab9b81 Color Hex

#AB9B81
(171,155,129)
0 Favorites   0 Comments

Color spaces of #ab9b81

RGB 171155129
HSL0.100.200.59
HSV37°25°67°
CMYK 0.000.090.25   0.33
XYZ32.478433.685625.5591
Yxy33.68560.35410.3673
Hunter Lab58.0393-1.681414.5176
CIE-Lab64.71221.662715.7846

#ab9b81 color RGB value is (171,155,129).

#ab9b81 hex color red value is 171, green value is 155 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #ab9b81 hue: 0.10 , saturation: 0.20 and the lightness value of ab9b81 is 0.59.

The process color (four color CMYK) of #ab9b81 color hex is 0.00, 0.09, 0.25, 0.33. Web safe color of #ab9b81 is #999999. Color #ab9b81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011011 10000001
Octal 253 233 201
Decimal 171 155 129
Hex AB 9B 81

RGB Percentages of Color #ab9b81

%37.58
%34.07
%28.35

CMYK Percentages of Color #ab9b81

%0
%9
%25
%33

Triadic Colors of #ab9b81

#ab9b81 #81ab9b #9b81ab

Analogous Colors of #ab9b81

#ab9b81 #a6ab81 #ab8681

Monochromatic Colors of #ab9b81

#ab9b81

Complementary Color

#ab9b81 #8191ab

#ab9b81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9b81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9b81 Color CSS Codes

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

#ab9b81 Text Font Color

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

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


#ab9b81 Background Color

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

This div background color is #ab9b81


#ab9b81 Border Color

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

This div border color is #ab9b81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9b81


Comments

No comments written yet.

Please login to write comment.