#AA909A

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

Shades of Shady Lady #AA909A

Tints of Shady Lady #AA909A

Color information

#AA909A (or 0xAA909A) is unknown color: approx Shady Lady. HEX triplet: AA, 90 and 9A. RGB value is (170,144,154). Sum of RGB (Red+Green+Blue) = 170+144+154=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA909A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA909A is #556F65. Grayscale: #989898. Windows color (decimal): -5599078 or 10129578. OLE color: 10129578.

HSL color Cylindrical-coordinate representation of color #AA909A: hue angle of 336.92º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA909A is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB170144154-
CMYK00.150.090.33
HSL336.92º13.27%61.57%-
HSV(B)336.92º15.29%66.67%-
XYZ32.3830.8334.82-
YUV152.91128.61140.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 154 (60.55% from 255) = 32.91%
R=36.32%
G=30.77%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014415400.150.090.33336.9213.2761.57
HexAA909A0F921151d3e
Octal25222023201711415211576
Binary1010101010010000100110100111110011000011010100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA909A; }

 p { color: rgb(170,144,154); }

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

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

 a { background-color: rgb(170,144,154); }

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

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

 span { border-color: rgb(170,144,154); }

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