Html Css Color HEX #A6A399 Mountain Mist

📋 copy color: '#A6A399'

red 166 ◦ green 163 ◦ blue 153

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

Shades of Mountain Mist #A6A399

Tints of Mountain Mist #A6A399

RGB

 RED value IS 166 (65.23% from 255) = 34.44%

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

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

R = 34.44%
G = 33.82%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A6A399 (or 0xA6A399) is known color: Mountain Mist. HEX triplet: A6, A3 and 99. RGB value is (166,163,153). Sum of RGB (Red+Green+Blue) = 166+163+153=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A399 is #595C66. Grayscale: #A2A2A2. Windows color (decimal): -5856359 or 10068902. OLE color: 10068902.

HSL color Cylindrical-coordinate representation of color #A6A399: hue angle of 46.15º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6A399 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 163 153 -
CMYK 0 0.02 0.08 0.35
HSL 46.15º 0.07% 0.63% -
HSV(B) 46.15º 0.08% 0.65% -
XYZ 34.57 36.6 35.38 -
YUV 162.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 166 163 153 0 0.02 0.08 0.35 46.15 0.07 0.63
Hex A6 A3 99 0 2 8 23 2E 7 3F
Octal 246 243 231 0 2 10 43 56 7 77
Binary 10100110 10100011 10011001 0 10 1000 100011 101110 111 111111

Color Harmonies of #A6A399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A399

Black with #A6A399

Text Example


Text Example

White with #A6A399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A399; }

 p { color: rgb(166,163,153); }

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

background-color css

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

 a { background-color: rgb(166,163,153); }

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

border-color css

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

 span { border-color: rgb(166,163,153); }

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