#AA919C

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

Shades of Shady Lady #AA919C

Tints of Shady Lady #AA919C

Color information

#AA919C (or 0xAA919C) is unknown color: approx Shady Lady. HEX triplet: AA, 91 and 9C. RGB value is (170,145,156). Sum of RGB (Red+Green+Blue) = 170+145+156=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA919C is #556E63. Grayscale: #999999. Windows color (decimal): -5598820 or 10260906. OLE color: 10260906.

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

Color convert

RGB170145156-
CMYK00.150.080.33
HSL333.6º12.82%61.76%-
HSV(B)333.6º14.71%66.67%-
XYZ32.731.235.75-
YUV153.73129.28139.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 145 (57.03% from 255) = 30.79%
BLUE value IS 156 (61.33% from 255) = 33.12%
R=36.09%
G=30.79%
B=33.12%

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
Decimal17014515600.150.080.33333.612.8261.76
HexAA919C0F82114ed3e
Octal25222123401710415161576
Binary1010101010010001100111000111110001000011010011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA919C; }

 p { color: rgb(170,145,156); }

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

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

 a { background-color: rgb(170,145,156); }

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

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

 span { border-color: rgb(170,145,156); }

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