#AAA69A

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

Shades of Mountain Mist #AAA69A

Tints of Mountain Mist #AAA69A

Color information

#AAA69A (or 0xAAA69A) is unknown color: approx Mountain Mist. HEX triplet: AA, A6 and 9A. RGB value is (170,166,154). Sum of RGB (Red+Green+Blue) = 170+166+154=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA69A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA69A is #555965. Grayscale: #A5A5A5. Windows color (decimal): -5593446 or 10135210. OLE color: 10135210.

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

Color convert

RGB170166154-
CMYK00.020.090.33
HSL45º8.6%63.53%-
HSV(B)45º9.41%66.67%-
XYZ36.0538.1536.04-
YUV165.83121.33130.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=34.69%
G=33.88%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016615400.020.090.33458.663.53
HexAAA69A029212d940
Octal2522462320211415511100
Binary101010101010011010011010010100110000110110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA69A; }

 p { color: rgb(170,166,154); }

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

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

 a { background-color: rgb(170,166,154); }

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

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

 span { border-color: rgb(170,166,154); }

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