#AAA297

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

Shades of Cloudy #AAA297

Tints of Cloudy #AAA297

Color information

#AAA297 (or 0xAAA297) is unknown color: approx Cloudy. HEX triplet: AA, A2 and 97. RGB value is (170,162,151). Sum of RGB (Red+Green+Blue) = 170+162+151=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA297 is #555D68. Grayscale: #A3A3A3. Windows color (decimal): -5594473 or 9937578. OLE color: 9937578.

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

Color convert

RGB170162151-
CMYK00.050.110.33
HSL34.74º10.05%62.94%-
HSV(B)34.74º11.18%66.67%-
XYZ35.0836.6234.5-
YUV163.14121.15132.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 162 (63.67% from 255) = 33.54%
BLUE value IS 151 (59.38% from 255) = 31.26%
R=35.20%
G=33.54%
B=31.26%

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
Decimal17016215100.050.110.3334.7410.0562.94
HexAAA29705B2123a3f
Octal252242227051341431277
Binary101010101010001010010111010110111000011000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA297; }

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

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

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

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

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

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

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

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