#AAA197

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

Shades of Cloudy #AAA197

Tints of Cloudy #AAA197

Color information

#AAA197 (or 0xAAA197) is unknown color: approx Cloudy. HEX triplet: AA, A1 and 97. RGB value is (170,161,151). Sum of RGB (Red+Green+Blue) = 170+161+151=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA197 is #555E68. Grayscale: #A2A2A2. Windows color (decimal): -5594729 or 9937322. OLE color: 9937322.

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

Color convert

RGB170161151-
CMYK00.050.110.33
HSL31.58º10.05%62.94%-
HSV(B)31.58º11.18%66.67%-
XYZ34.9136.2734.44-
YUV162.55121.48133.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 151 (59.38% from 255) = 31.33%
R=35.27%
G=33.40%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016115100.050.110.3331.5810.0562.94
HexAAA19705B2120a3f
Octal252241227051341401277
Binary101010101010000110010111010110111000011000001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA197; }

 p { color: rgb(170,161,151); }

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

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

 a { background-color: rgb(170,161,151); }

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

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

 span { border-color: rgb(170,161,151); }

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