#AAA599

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

Shades of Mountain Mist #AAA599

Tints of Mountain Mist #AAA599

Color information

#AAA599 (or 0xAAA599) is unknown color: approx Mountain Mist. HEX triplet: AA, A5 and 99. RGB value is (170,165,153). Sum of RGB (Red+Green+Blue) = 170+165+153=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA599 is #555A66. Grayscale: #A5A5A5. Windows color (decimal): -5593703 or 10069418. OLE color: 10069418.

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

Color convert

RGB170165153-
CMYK00.030.10.33
HSL42.35º9.09%63.33%-
HSV(B)42.35º10%66.67%-
XYZ35.7837.7635.54-
YUV165.13121.16131.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 165 (64.84% from 255) = 33.81%
BLUE value IS 153 (60.16% from 255) = 31.35%
R=34.84%
G=33.81%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016515300.030.10.3342.359.0963.33
HexAAA59903A212a93f
Octal252245231031241521177
Binary10101010101001011001100101110101000011010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA599; }

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

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

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

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

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

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

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

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