Color Hex Logo

#a09aab Color Hex

#A09AAB
(160,154,171)
0 Favorites   0 Comments

Color spaces of #a09aab

RGB 160154171
HSL0.730.090.64
HSV261°10°67°
CMYK 0.060.100.00   0.33
XYZ33.403533.525143.2385
Yxy33.52510.30320.3043
Hunter Lab57.90091.6517-3.7453
CIE-Lab64.58395.5040-8.0678

#a09aab color RGB value is (160,154,171).

#a09aab hex color red value is 160, green value is 154 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a09aab hue: 0.73 , saturation: 0.09 and the lightness value of a09aab is 0.64.

The process color (four color CMYK) of #a09aab color hex is 0.06, 0.10, 0.00, 0.33. Web safe color of #a09aab is #999999. Color #a09aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011010 10101011
Octal 240 232 253
Decimal 160 154 171
Hex A0 9A AB

RGB Percentages of Color #a09aab

%32.99
%31.75
%35.26

CMYK Percentages of Color #a09aab

%6
%10
%0
%33

Triadic Colors of #a09aab

#a09aab #aba09a #9aaba0

Analogous Colors of #a09aab

#a09aab #a99aab #9a9dab

Monochromatic Colors of #a09aab

#a09aab

Complementary Color

#a09aab #a5ab9a

#a09aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09aab Color CSS Codes

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

#a09aab Text Font Color

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

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


#a09aab Background Color

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

This div background color is #a09aab


#a09aab Border Color

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

This div border color is #a09aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09aab


Comments

No comments written yet.

Please login to write comment.