Html Css Color HEX #A9A499 Mountain Mist

📋 copy color: '#A9A499'

red 169 ◦ green 164 ◦ blue 153

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

Shades of Mountain Mist #A9A499

Tints of Mountain Mist #A9A499

RGB

 RED value IS 169 (66.41% from 255) = 34.77%

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

 BLUE value IS 153 (60.16% from 255) = 31.48%

R = 34.77%
G = 33.74%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A9A499 (or 0xA9A499) is known color: Mountain Mist. HEX triplet: A9, A4 and 99. RGB value is (169,164,153). Sum of RGB (Red+Green+Blue) = 169+164+153=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A499 is #565B66. Grayscale: #A4A4A4. Windows color (decimal): -5659495 or 10069161. OLE color: 10069161.

HSL color Cylindrical-coordinate representation of color #A9A499: hue angle of 41.25º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A9A499 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 164 153 -
CMYK 0 0.03 0.09 0.34
HSL 41.25º 0.09% 0.63% -
HSV(B) 41.25º 0.09% 0.66% -
XYZ 35.39 37.29 35.47 -
YUV 164.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 169 164 153 0 0.03 0.09 0.34 41.25 0.09 0.63
Hex A9 A4 99 0 3 9 22 29 9 3F
Octal 251 244 231 0 3 11 42 51 11 77
Binary 10101001 10100100 10011001 0 11 1001 100010 101001 1001 111111

Color Harmonies of #A9A499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A499

Black with #A9A499

Text Example


Text Example

White with #A9A499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A499; }

 p { color: rgb(169,164,153); }

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

background-color css

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

 a { background-color: rgb(169,164,153); }

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

border-color css

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

 span { border-color: rgb(169,164,153); }

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