#AA9499

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

Shades of Shady Lady #AA9499

Tints of Shady Lady #AA9499

Color information

#AA9499 (or 0xAA9499) is unknown color: approx Shady Lady. HEX triplet: AA, 94 and 99. RGB value is (170,148,153). Sum of RGB (Red+Green+Blue) = 170+148+153=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9499 is #556B66. Grayscale: #9B9B9B. Windows color (decimal): -5598055 or 10065066. OLE color: 10065066.

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

Color convert

RGB170148153-
CMYK00.130.10.33
HSL346.36º11.46%62.35%-
HSV(B)346.36º12.94%66.67%-
XYZ32.9232.0334.58-
YUV155.15126.79138.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=36.09%
G=31.42%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014815300.130.10.33346.3611.4662.35
HexAA94990DA2115ab3e
Octal25222423101512415321376
Binary1010101010010100100110010110110101000011010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9499; }

 p { color: rgb(170,148,153); }

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

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

 a { background-color: rgb(170,148,153); }

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

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

 span { border-color: rgb(170,148,153); }

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