Color Hex Logo

#a099aa Color Hex

#A099AA
(160,153,170)
0 Favorites   0 Comments

Color spaces of #a099aa

RGB 160153170
HSL0.740.090.63
HSV265°10°67°
CMYK 0.060.100.00   0.33
XYZ33.144133.158342.6835
Yxy33.15830.30410.3042
Hunter Lab57.58321.9714-3.6404
CIE-Lab64.28895.8597-7.9447

#a099aa color RGB value is (160,153,170).

#a099aa hex color red value is 160, green value is 153 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a099aa hue: 0.74 , saturation: 0.09 and the lightness value of a099aa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011001 10101010
Octal 240 231 252
Decimal 160 153 170
Hex A0 99 AA

RGB Percentages of Color #a099aa

%33.13
%31.68
%35.20

CMYK Percentages of Color #a099aa

%6
%10
%0
%33

Triadic Colors of #a099aa

#a099aa #aaa099 #99aaa0

Analogous Colors of #a099aa

#a099aa #a999aa #999baa

Monochromatic Colors of #a099aa

#a099aa

Complementary Color

#a099aa #a3aa99

#a099aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a099aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a099aa Color CSS Codes

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

#a099aa Text Font Color

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

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


#a099aa Background Color

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

This div background color is #a099aa


#a099aa Border Color

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

This div border color is #a099aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a099aa


Comments

No comments written yet.

Please login to write comment.