#AAA395

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

Shades of Mountain Mist #AAA395

Tints of Mountain Mist #AAA395

Color information

#AAA395 (or 0xAAA395) is unknown color: approx Mountain Mist. HEX triplet: AA, A3 and 95. RGB value is (170,163,149). Sum of RGB (Red+Green+Blue) = 170+163+149=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA395 is #555C6A. Grayscale: #A3A3A3. Windows color (decimal): -5594219 or 9806762. OLE color: 9806762.

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

Color convert

RGB170163149-
CMYK00.040.120.33
HSL40º10.99%62.55%-
HSV(B)40º12.35%66.67%-
XYZ35.136.9133.71-
YUV163.5119.82132.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=35.27%
G=33.82%
B=30.91%

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
Decimal17016314900.040.120.334010.9962.55
HexAAA39504C2128b3f
Octal252243225041441501377
Binary101010101010001110010101010011001000011010001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA395; }

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

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

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

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

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

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

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

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