#AA919E

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

Shades of Shady Lady #AA919E

Tints of Shady Lady #AA919E

Color information

#AA919E (or 0xAA919E) is unknown color: approx Shady Lady. HEX triplet: AA, 91 and 9E. RGB value is (170,145,158). Sum of RGB (Red+Green+Blue) = 170+145+158=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA919E is #556E61. Grayscale: #999999. Windows color (decimal): -5598818 or 10391978. OLE color: 10391978.

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

Color convert

RGB170145158-
CMYK00.150.070.33
HSL328.8º12.82%61.76%-
HSV(B)328.8º14.71%66.67%-
XYZ32.8731.2736.65-
YUV153.96130.28139.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 158 (62.11% from 255) = 33.40%
R=35.94%
G=30.66%
B=33.40%

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
Decimal17014515800.150.070.33328.812.8261.76
HexAA919E0F721149d3e
Octal2522212360177415111576
Binary101010101001000110011110011111111000011010010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA919E; }

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

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

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

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

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

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

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

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