#A8A49C

Color #A8A49C Mountain Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Mist #A8A49C

Tints of Mountain Mist #A8A49C

Color information

#A8A49C (or 0xA8A49C) is unknown color: approx Mountain Mist. HEX triplet: A8, A4 and 9C. RGB value is (168,164,156). Sum of RGB (Red+Green+Blue) = 168+164+156=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A49C is #575B63. Grayscale: #A4A4A4. Windows color (decimal): -5725028 or 10265768. OLE color: 10265768.

HSL color Cylindrical-coordinate representation of color #A8A49C: hue angle of 40º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8A49C is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB168164156-
CMYK00.020.070.34
HSL40º6.45%63.53%-
HSV(B)40º7.14%65.88%-
XYZ35.4237.2836.78-
YUV164.28123.33130.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.43%
GREEN value IS 164 (64.45% from 255) = 33.61%
BLUE value IS 156 (61.33% from 255) = 31.97%
R=34.43%
G=33.61%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816415600.020.070.34406.4563.53
HexA8A49C0272228640
Octal25024423402742506100
Binary1010100010100100100111000101111000101010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A49C; }

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

 H1.HeaderClassName
 {
   color: #A8A49C;
 }
 .AnyTagClassName
 {
   color: #A8A49C;
 }
</style>
background-color css

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

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

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

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

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

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