#AAA397

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

Shades of Cloudy #AAA397

Tints of Cloudy #AAA397

Color information

#AAA397 (or 0xAAA397) is unknown color: approx Cloudy. HEX triplet: AA, A3 and 97. RGB value is (170,163,151). Sum of RGB (Red+Green+Blue) = 170+163+151=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA397 is #555C68. Grayscale: #A3A3A3. Windows color (decimal): -5594217 or 9937834. OLE color: 9937834.

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

Color convert

RGB170163151-
CMYK00.040.110.33
HSL37.89º10.05%62.94%-
HSV(B)37.89º11.18%66.67%-
XYZ35.2636.9734.56-
YUV163.72120.82132.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=35.12%
G=33.68%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016315100.040.110.3337.8910.0562.94
HexAAA39704B2126a3f
Octal252243227041341461277
Binary101010101010001110010111010010111000011001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA397; }

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

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

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

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

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

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

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

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