Html Css Color HEX #A9A498 Mountain Mist

📋 copy color: '#A9A498'

red 169 ◦ green 164 ◦ blue 152

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

Shades of Mountain Mist #A9A498

Tints of Mountain Mist #A9A498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.34%

R = 34.85%
G = 33.81%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A9A498 (or 0xA9A498) is known color: Mountain Mist. HEX triplet: A9, A4 and 98. RGB value is (169,164,152). Sum of RGB (Red+Green+Blue) = 169+164+152=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A498 is #565B67. Grayscale: #A4A4A4. Windows color (decimal): -5659496 or 10003625. OLE color: 10003625.

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

Color convert

RGB 169 164 152 -
CMYK 0 0.03 0.10 0.34
HSL 42.35º 0.09% 0.63% -
HSV(B) 42.35º 0.1% 0.66% -
XYZ 35.31 37.25 35.04 -
YUV 164.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 169 164 152 0 0.03 0.10 0.34 42.35 0.09 0.63
Hex A9 A4 98 0 3 A 22 2A 9 3F
Octal 251 244 230 0 3 12 42 52 11 77
Binary 10101001 10100100 10011000 0 11 1010 100010 101010 1001 111111

Color Harmonies of #A9A498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A498

Black with #A9A498

Text Example


Text Example

White with #A9A498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A498; }

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

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

background-color css

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

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

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

border-color css

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

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

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