Html Css Color HEX #A9A496 Mountain Mist

📋 copy color: '#A9A496'

red 169 ◦ green 164 ◦ blue 150

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

Shades of Mountain Mist #A9A496

Tints of Mountain Mist #A9A496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.06%

R = 34.99%
G = 33.95%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A9A496 (or 0xA9A496) is known color: Mountain Mist. HEX triplet: A9, A4 and 96. RGB value is (169,164,150). Sum of RGB (Red+Green+Blue) = 169+164+150=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A496 is #565B69. Grayscale: #A3A3A3. Windows color (decimal): -5659498 or 9872553. OLE color: 9872553.

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

Color convert

RGB 169 164 150 -
CMYK 0 0.03 0.11 0.34
HSL 44.21º 0.1% 0.63% -
HSV(B) 44.21º 0.11% 0.66% -
XYZ 35.14 37.19 34.18 -
YUV 163.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 169 164 150 0 0.03 0.11 0.34 44.21 0.1 0.63
Hex A9 A4 96 0 3 B 22 2C A 3F
Octal 251 244 226 0 3 13 42 54 12 77
Binary 10101001 10100100 10010110 0 11 1011 100010 101100 1010 111111

Color Harmonies of #A9A496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A496

Black with #A9A496

Text Example


Text Example

White with #A9A496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A496; }

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

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

background-color css

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

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

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

border-color css

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

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

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