Html Css Color HEX #AAA497 Mountain Mist

📋 copy color: '#AAA497'

red 170 ◦ green 164 ◦ blue 151

#AAA497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Mist #AAA497

Tints of Mountain Mist #AAA497

RGB

 RED value IS 170 (66.8% from 255) = 35.05%

 GREEN value IS 164 (64.45% from 255) = 33.81%

 BLUE value IS 151 (59.38% from 255) = 31.13%

R = 35.05%
G = 33.81%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AAA497 (or 0xAAA497) is known color: Mountain Mist. HEX triplet: AA, A4 and 97. RGB value is (170,164,151). Sum of RGB (Red+Green+Blue) = 170+164+151=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA497 is #555B68. Grayscale: #A4A4A4. Windows color (decimal): -5593961 or 9938090. OLE color: 9938090.

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

Color convert

RGB 170 164 151 -
CMYK 0 0.04 0.11 0.33
HSL 41.05º 0.1% 0.63% -
HSV(B) 41.05º 0.11% 0.67% -
XYZ 35.44 37.33 34.62 -
YUV 164.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 170 164 151 0 0.04 0.11 0.33 41.05 0.1 0.63
Hex AA A4 97 0 4 B 21 29 A 3F
Octal 252 244 227 0 4 13 41 51 12 77
Binary 10101010 10100100 10010111 0 100 1011 100001 101001 1010 111111

Color Harmonies of #AAA497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA497

Black with #AAA497

Text Example


Text Example

White with #AAA497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA497; }

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

 H1.HeaderClassName
 {
   color: #AAA497;
 }
 .AnyTagClassName
 {
   color: #AAA497;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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