#AAA9A7

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

Shades of Cloudy #AAA9A7

Tints of Cloudy #AAA9A7

Color information

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

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

Color convert

RGB170169167-
CMYK00.010.020.33
HSL40º1.73%66.08%-
HSV(B)40º1.76%66.67%-
XYZ37.7439.7142.24-
YUV169.07126.83128.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016916700.010.020.33401.7366.08
HexAAA9A70122128242
Octal25225124701241502102
Binary1010101010101001101001110110100001101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9A7; }

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

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

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

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

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

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

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

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