Html Css Color HEX #AAA599 Mountain Mist

📋 copy color: '#AAA599'

red 170 ◦ green 165 ◦ blue 153

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

Shades of Mountain Mist #AAA599

Tints of Mountain Mist #AAA599

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.03

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AAA599 (or 0xAAA599) is known color: 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

RGB 170 165 153 -
CMYK 0 0.03 0.1 0.33
HSL 42.35º 0.09% 0.63% -
HSV(B) 42.35º 0.1% 0.67% -
XYZ 35.78 37.76 35.54 -
YUV 165.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 170 165 153 0 0.03 0.1 0.33 42.35 0.09 0.63
Hex AA A5 99 0 3 A 21 2A 9 3F
Octal 252 245 231 0 3 12 41 52 11 77
Binary 10101010 10100101 10011001 0 11 1010 100001 101010 1001 111111

Color Harmonies of #AAA599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA599

Black with #AAA599

Text Example


Text Example

White with #AAA599

Text Example


Text Example

HTML Codes & Css Web 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>