#AA909E

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

Shades of Shady Lady #AA909E

Tints of Shady Lady #AA909E

Color information

#AA909E (or 0xAA909E) is unknown color: approx Shady Lady. HEX triplet: AA, 90 and 9E. RGB value is (170,144,158). Sum of RGB (Red+Green+Blue) = 170+144+158=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA909E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA909E is #556F61. Grayscale: #999999. Windows color (decimal): -5599074 or 10391722. OLE color: 10391722.

HSL color Cylindrical-coordinate representation of color #AA909E: hue angle of 327.69º 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 #AA909E is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB170144158-
CMYK00.150.070.33
HSL327.69º13.27%61.57%-
HSV(B)327.69º15.29%66.67%-
XYZ32.7230.9636.6-
YUV153.37130.61139.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 144 (56.64% from 255) = 30.51%
BLUE value IS 158 (62.11% from 255) = 33.47%
R=36.02%
G=30.51%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014415800.150.070.33327.6913.2761.57
HexAA909E0F721148d3e
Octal2522202360177415101576
Binary101010101001000010011110011111111000011010010001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA909E; }

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

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

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

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

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

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

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

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