#A7A293

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

Shades of Mountain Mist #A7A293

Tints of Mountain Mist #A7A293

Color information

#A7A293 (or 0xA7A293) is unknown color: approx Mountain Mist. HEX triplet: A7, A2 and 93. RGB value is (167,162,147). Sum of RGB (Red+Green+Blue) = 167+162+147=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A293 is #585D6C. Grayscale: #A1A1A1. Windows color (decimal): -5791085 or 9675431. OLE color: 9675431.

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

Color convert

RGB167162147-
CMYK00.030.120.35
HSL45º10.2%61.57%-
HSV(B)45º11.98%65.49%-
XYZ34.1236.1632.79-
YUV161.78119.66131.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.08%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 147 (57.81% from 255) = 30.88%
R=35.08%
G=34.03%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716214700.030.120.354510.261.57
HexA7A29303C232da3e
Octal247242223031443551276
Binary10100111101000101001001101111001000111011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A293; }

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

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

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

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

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

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

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

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