#AA9AA3

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

Shades of Shady Lady #AA9AA3

Tints of Shady Lady #AA9AA3

Color information

#AA9AA3 (or 0xAA9AA3) is unknown color: approx Shady Lady. HEX triplet: AA, 9A and A3. RGB value is (170,154,163). Sum of RGB (Red+Green+Blue) = 170+154+163=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AA3 is #55655C. Grayscale: #9F9F9F. Windows color (decimal): -5596509 or 10721962. OLE color: 10721962.

HSL color Cylindrical-coordinate representation of color #AA9AA3: hue angle of 326.25º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AA9AA3 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB170154163-
CMYK00.090.040.33
HSL326.25º8.6%63.53%-
HSV(B)326.25º9.41%66.67%-
XYZ34.7434.339.44-
YUV159.81129.8135.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 154 (60.55% from 255) = 31.62%
BLUE value IS 163 (64.06% from 255) = 33.47%
R=34.91%
G=31.62%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015416300.090.040.33326.258.663.53
HexAA9AA309421146940
Octal25223224301144150611100
Binary1010101010011010101000110100110010000110100011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AA3; }

 p { color: rgb(170,154,163); }

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

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

 a { background-color: rgb(170,154,163); }

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

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

 span { border-color: rgb(170,154,163); }

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