#AAA7A9

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

Shades of Shady Lady #AAA7A9

Tints of Shady Lady #AAA7A9

Color information

#AAA7A9 (or 0xAAA7A9) is unknown color: approx Shady Lady. HEX triplet: AA, A7 and A9. RGB value is (170,167,169). Sum of RGB (Red+Green+Blue) = 170+167+169=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA7A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA7A9 is #555856. Grayscale: #A8A8A8. Windows color (decimal): -5593175 or 11118506. OLE color: 11118506.

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

Color convert

RGB170167169-
CMYK00.020.010.33
HSL320º1.73%66.08%-
HSV(B)320º1.76%66.67%-
XYZ37.5639.0543.09-
YUV168.12128.49129.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 169 (66.41% from 255) = 33.40%
R=33.60%
G=33.00%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016716900.020.010.333201.7366.08
HexAAA7A902121140242
Octal252247251021415002102
Binary1010101010100111101010010101100001101000000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7A9; }

 p { color: rgb(170,167,169); }

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

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

 a { background-color: rgb(170,167,169); }

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

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

 span { border-color: rgb(170,167,169); }

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