#A99AA1

Color #A99AA1 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #A99AA1

Tints of Shady Lady #A99AA1

Color information

#A99AA1 (or 0xA99AA1) is unknown color: approx Shady Lady. HEX triplet: A9, 9A and A1. RGB value is (169,154,161). Sum of RGB (Red+Green+Blue) = 169+154+161=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 169 - color contains mainly: red. Hex color #A99AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99AA1 is #56655E. Grayscale: #9F9F9F. Windows color (decimal): -5662047 or 10590889. OLE color: 10590889.

HSL color Cylindrical-coordinate representation of color #A99AA1: hue angle of 332º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A99AA1 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB169154161-
CMYK00.090.050.34
HSL332º8.02%63.33%-
HSV(B)332º8.88%66.27%-
XYZ34.3534.1238.49-
YUV159.28128.97134.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 154 (60.55% from 255) = 31.82%
BLUE value IS 161 (63.28% from 255) = 33.26%
R=34.92%
G=31.82%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915416100.090.050.343328.0263.33
HexA99AA10952214c83f
Octal2512322410115425141077
Binary101010011001101010100001010011011000101010011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AA1; }

 p { color: rgb(169,154,161); }

 H1.HeaderClassName
 {
   color: #A99AA1;
 }
 .AnyTagClassName
 {
   color: #A99AA1;
 }
</style>
background-color css

<style>
 a { background-color: #A99AA1; }

 a { background-color: rgb(169,154,161); }

 div.DivClassName
 {
   background-color: #A99AA1;
 }
 .BgClassName
 {
   background-color: #A99AA1;
 }
</style>
border-color css

<style>
 span { border-color: #A99AA1; }

 span { border-color: rgb(169,154,161); }

 td.TdClassName
 {
   border-color: #A99AA1;
 }
 .TagClassName
 {
   border-color: #A99AA1;
 }
</style>