#A7A295

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

Shades of Mountain Mist #A7A295

Tints of Mountain Mist #A7A295

Color information

#A7A295 (or 0xA7A295) is unknown color: approx Mountain Mist. HEX triplet: A7, A2 and 95. RGB value is (167,162,149). Sum of RGB (Red+Green+Blue) = 167+162+149=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A295 is #585D6A. Grayscale: #A2A2A2. Windows color (decimal): -5791083 or 9806503. OLE color: 9806503.

HSL color Cylindrical-coordinate representation of color #A7A295: hue angle of 43.33º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7A295 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB167162149-
CMYK00.030.110.35
HSL43.33º9.28%61.96%-
HSV(B)43.33º10.78%65.49%-
XYZ34.2836.2333.62-
YUV162.01120.66131.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 149 (58.59% from 255) = 31.17%
R=34.94%
G=33.89%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716214900.030.110.3543.339.2861.96
HexA7A29503B232b93e
Octal247242225031343531176
Binary10100111101000101001010101110111000111010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A295; }

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

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

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

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

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

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

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

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