Html Css Color HEX #A8A499 Mountain Mist

📋 copy color: '#A8A499'

red 168 ◦ green 164 ◦ blue 153

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

Shades of Mountain Mist #A8A499

Tints of Mountain Mist #A8A499

RGB

 RED value IS 168 (66.02% from 255) = 34.64%

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

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

R = 34.64%
G = 33.81%
B = 31.55%

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

#A8A499 (or 0xA8A499) is known color: Mountain Mist. HEX triplet: A8, A4 and 99. RGB value is (168,164,153). Sum of RGB (Red+Green+Blue) = 168+164+153=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A499 is #575B66. Grayscale: #A3A3A3. Windows color (decimal): -5725031 or 10069160. OLE color: 10069160.

HSL color Cylindrical-coordinate representation of color #A8A499: 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 #A8A499 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 164 153 -
CMYK 0 0.02 0.09 0.34
HSL 44º 0.08% 0.63% -
HSV(B) 44º 0.09% 0.66% -
XYZ 35.17 37.18 35.46 -
YUV 163.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 168 164 153 0 0.02 0.09 0.34 44 0.08 0.63
Hex A8 A4 99 0 2 9 22 2C 8 3F
Octal 250 244 231 0 2 11 42 54 10 77
Binary 10101000 10100100 10011001 0 10 1001 100010 101100 1000 111111

Color Harmonies of #A8A499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A499

Black with #A8A499

Text Example


Text Example

White with #A8A499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A499; }

 p { color: rgb(168,164,153); }

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

background-color css

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

 a { background-color: rgb(168,164,153); }

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

border-color css

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

 span { border-color: rgb(168,164,153); }

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