#AA909D

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

Shades of Shady Lady #AA909D

Tints of Shady Lady #AA909D

Color information

#AA909D (or 0xAA909D) is unknown color: approx Shady Lady. HEX triplet: AA, 90 and 9D. RGB value is (170,144,157). Sum of RGB (Red+Green+Blue) = 170+144+157=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA909D is #556F62. Grayscale: #999999. Windows color (decimal): -5599075 or 10326186. OLE color: 10326186.

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

Color convert

RGB170144157-
CMYK00.150.080.33
HSL330º13.27%61.57%-
HSV(B)330º15.29%66.67%-
XYZ32.6430.9336.15-
YUV153.26130.11139.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 144 (56.64% from 255) = 30.57%
BLUE value IS 157 (61.72% from 255) = 33.33%
R=36.09%
G=30.57%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014415700.150.080.3333013.2761.57
HexAA909D0F82114ad3e
Octal25222023501710415121576
Binary1010101010010000100111010111110001000011010010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA909D; }

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

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

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

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

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

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

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

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