#AAA8A6

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

Shades of Cloudy #AAA8A6

Tints of Cloudy #AAA8A6

Color information

#AAA8A6 (or 0xAAA8A6) is unknown color: approx Cloudy. HEX triplet: AA, A8 and A6. RGB value is (170,168,166). Sum of RGB (Red+Green+Blue) = 170+168+166=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA8A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA8A6 is #555759. Grayscale: #A8A8A8. Windows color (decimal): -5592922 or 10922154. OLE color: 10922154.

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

Color convert

RGB170168166-
CMYK00.010.020.33
HSL30º2.3%65.88%-
HSV(B)30º2.35%66.67%-
XYZ37.4639.341.69-
YUV168.37126.66129.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 168 (66.02% from 255) = 33.33%
BLUE value IS 166 (65.23% from 255) = 32.94%
R=33.73%
G=33.33%
B=32.94%

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
Decimal17016816600.010.020.33302.365.88
HexAAA8A6012211e242
Octal25225024601241362102
Binary101010101010100010100110011010000111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8A6; }

 p { color: rgb(170,168,166); }

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

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

 a { background-color: rgb(170,168,166); }

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

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

 span { border-color: rgb(170,168,166); }

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