Html Css Color HEX #A9A59A Mountain Mist

📋 copy color: '#A9A59A'

red 169 ◦ green 165 ◦ blue 154

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

Shades of Mountain Mist #A9A59A

Tints of Mountain Mist #A9A59A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.81%

 BLUE value IS 154 (60.55% from 255) = 31.56%

R = 34.63%
G = 33.81%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A9A59A (or 0xA9A59A) is known color: Mountain Mist. HEX triplet: A9, A5 and 9A. RGB value is (169,165,154). Sum of RGB (Red+Green+Blue) = 169+165+154=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A59A is #565A65. Grayscale: #A4A4A4. Windows color (decimal): -5659238 or 10134953. OLE color: 10134953.

HSL color Cylindrical-coordinate representation of color #A9A59A: hue angle of 44º degrees, saturation: 0.08, 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 #A9A59A is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 165 154 -
CMYK 0 0.02 0.09 0.34
HSL 44º 0.08% 0.63% -
HSV(B) 44º 0.09% 0.66% -
XYZ 35.65 37.68 35.97 -
YUV 164.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 169 165 154 0 0.02 0.09 0.34 44 0.08 0.63
Hex A9 A5 9A 0 2 9 22 2C 8 3F
Octal 251 245 232 0 2 11 42 54 10 77
Binary 10101001 10100101 10011010 0 10 1001 100010 101100 1000 111111

Color Harmonies of #A9A59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A59A

Black with #A9A59A

Text Example


Text Example

White with #A9A59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A59A; }

 p { color: rgb(169,165,154); }

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

background-color css

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

 a { background-color: rgb(169,165,154); }

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

border-color css

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

 span { border-color: rgb(169,165,154); }

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