Html Css Color HEX #A7A299 Mountain Mist

📋 copy color: '#A7A299'

red 167 ◦ green 162 ◦ blue 153

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

Shades of Mountain Mist #A7A299

Tints of Mountain Mist #A7A299

RGB

 RED value IS 167 (65.63% from 255) = 34.65%

 GREEN value IS 162 (63.67% from 255) = 33.61%

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

R = 34.65%
G = 33.61%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A7A299 (or 0xA7A299) is known color: Mountain Mist. HEX triplet: A7, A2 and 99. RGB value is (167,162,153). Sum of RGB (Red+Green+Blue) = 167+162+153=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A299 is #585D66. Grayscale: #A2A2A2. Windows color (decimal): -5791079 or 10068647. OLE color: 10068647.

HSL color Cylindrical-coordinate representation of color #A7A299: hue angle of 38.57º 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 #A7A299 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 162 153 -
CMYK 0 0.03 0.08 0.35
HSL 38.57º 0.07% 0.63% -
HSV(B) 38.57º 0.08% 0.65% -
XYZ 34.61 36.36 35.33 -
YUV 162.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 167 162 153 0 0.03 0.08 0.35 38.57 0.07 0.63
Hex A7 A2 99 0 3 8 23 27 7 3F
Octal 247 242 231 0 3 10 43 47 7 77
Binary 10100111 10100010 10011001 0 11 1000 100011 100111 111 111111

Color Harmonies of #A7A299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A299

Black with #A7A299

Text Example


Text Example

White with #A7A299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A299; }

 p { color: rgb(167,162,153); }

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

background-color css

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

 a { background-color: rgb(167,162,153); }

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

border-color css

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

 span { border-color: rgb(167,162,153); }

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