#A7A59F

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

Shades of Mountain Mist #A7A59F

Tints of Mountain Mist #A7A59F

Color information

#A7A59F (or 0xA7A59F) is unknown color: approx Mountain Mist. HEX triplet: A7, A5 and 9F. RGB value is (167,165,159). Sum of RGB (Red+Green+Blue) = 167+165+159=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A59F is #585A60. Grayscale: #A4A4A4. Windows color (decimal): -5790305 or 10462631. OLE color: 10462631.

HSL color Cylindrical-coordinate representation of color #A7A59F: hue angle of 45º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A7A59F is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB167165159-
CMYK00.010.050.35
HSL45º4.35%63.92%-
HSV(B)45º4.79%65.49%-
XYZ35.6537.6338.19-
YUV164.91124.66129.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.01%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 159 (62.5% from 255) = 32.38%
R=34.01%
G=33.60%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716515900.010.050.35454.3563.92
HexA7A59F015232d440
Octal24724523701543554100
Binary101001111010010110011111011011000111011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A59F; }

 p { color: rgb(167,165,159); }

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

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

 a { background-color: rgb(167,165,159); }

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

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

 span { border-color: rgb(167,165,159); }

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