#A7A39A

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

Shades of Mountain Mist #A7A39A

Tints of Mountain Mist #A7A39A

Color information

#A7A39A (or 0xA7A39A) is unknown color: approx Mountain Mist. HEX triplet: A7, A3 and 9A. RGB value is (167,163,154). Sum of RGB (Red+Green+Blue) = 167+163+154=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A39A is #585C65. Grayscale: #A3A3A3. Windows color (decimal): -5790822 or 10134439. OLE color: 10134439.

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

Color convert

RGB167163154-
CMYK00.020.080.35
HSL41.54º6.88%62.94%-
HSV(B)41.54º7.78%65.49%-
XYZ34.8736.7435.83-
YUV163.17122.83130.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 154 (60.55% from 255) = 31.82%
R=34.50%
G=33.68%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716315400.020.080.3541.546.8862.94
HexA7A39A028232a73f
Octal24724323202104352777
Binary1010011110100011100110100101000100011101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A39A; }

 p { color: rgb(167,163,154); }

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

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

 a { background-color: rgb(167,163,154); }

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

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

 span { border-color: rgb(167,163,154); }

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