Html Css Color HEX #A9A396 Mountain Mist

📋 copy color: '#A9A396'

red 169 ◦ green 163 ◦ blue 150

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

Shades of Mountain Mist #A9A396

Tints of Mountain Mist #A9A396

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.82%

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

R = 35.06%
G = 33.82%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A9A396 (or 0xA9A396) is known color: Mountain Mist. HEX triplet: A9, A3 and 96. RGB value is (169,163,150). Sum of RGB (Red+Green+Blue) = 169+163+150=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A396 is #565C69. Grayscale: #A3A3A3. Windows color (decimal): -5659754 or 9872297. OLE color: 9872297.

HSL color Cylindrical-coordinate representation of color #A9A396: hue angle of 41.05º 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 #A9A396 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 163 150 -
CMYK 0 0.04 0.11 0.34
HSL 41.05º 0.1% 0.63% -
HSV(B) 41.05º 0.11% 0.66% -
XYZ 34.96 36.83 34.12 -
YUV 163.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 169 163 150 0 0.04 0.11 0.34 41.05 0.1 0.63
Hex A9 A3 96 0 4 B 22 29 A 3F
Octal 251 243 226 0 4 13 42 51 12 77
Binary 10101001 10100011 10010110 0 100 1011 100010 101001 1010 111111

Color Harmonies of #A9A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A396

Black with #A9A396

Text Example


Text Example

White with #A9A396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A396; }

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

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

background-color css

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

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

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

border-color css

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

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

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