#AAA495

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

Shades of Mountain Mist #AAA495

Tints of Mountain Mist #AAA495

Color information

#AAA495 (or 0xAAA495) is unknown color: approx Mountain Mist. HEX triplet: AA, A4 and 95. RGB value is (170,164,149). Sum of RGB (Red+Green+Blue) = 170+164+149=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA495 is #555B6A. Grayscale: #A4A4A4. Windows color (decimal): -5593963 or 9807018. OLE color: 9807018.

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

Color convert

RGB170164149-
CMYK00.040.120.33
HSL42.86º10.99%62.55%-
HSV(B)42.86º12.35%66.67%-
XYZ35.2837.2733.77-
YUV164.08119.49132.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 164 (64.45% from 255) = 33.95%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=35.20%
G=33.95%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016414900.040.120.3342.8610.9962.55
HexAAA49504C212bb3f
Octal252244225041441531377
Binary101010101010010010010101010011001000011010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA495; }

 p { color: rgb(170,164,149); }

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

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

 a { background-color: rgb(170,164,149); }

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

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

 span { border-color: rgb(170,164,149); }

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