#AAA597

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

Shades of Mountain Mist #AAA597

Tints of Mountain Mist #AAA597

Color information

#AAA597 (or 0xAAA597) is unknown color: approx Mountain Mist. HEX triplet: AA, A5 and 97. RGB value is (170,165,151). Sum of RGB (Red+Green+Blue) = 170+165+151=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA597 is #555A68. Grayscale: #A4A4A4. Windows color (decimal): -5593705 or 9938346. OLE color: 9938346.

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

Color convert

RGB170165151-
CMYK00.030.110.33
HSL44.21º10.05%62.94%-
HSV(B)44.21º11.18%66.67%-
XYZ35.6237.6934.68-
YUV164.9120.16131.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 165 (64.84% from 255) = 33.95%
BLUE value IS 151 (59.38% from 255) = 31.07%
R=34.98%
G=33.95%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016515100.030.110.3344.2110.0562.94
HexAAA59703B212ca3f
Octal252245227031341541277
Binary10101010101001011001011101110111000011011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA597; }

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

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

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

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

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

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

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

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