#A9A293

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

Shades of Mountain Mist #A9A293

Tints of Mountain Mist #A9A293

Color information

#A9A293 (or 0xA9A293) is unknown color: approx Mountain Mist. HEX triplet: A9, A2 and 93. RGB value is (169,162,147). Sum of RGB (Red+Green+Blue) = 169+162+147=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A293 is #565D6C. Grayscale: #A2A2A2. Windows color (decimal): -5660013 or 9675433. OLE color: 9675433.

HSL color Cylindrical-coordinate representation of color #A9A293: hue angle of 40.91º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9A293 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB169162147-
CMYK00.040.130.34
HSL40.91º11.34%61.96%-
HSV(B)40.91º13.02%66.27%-
XYZ34.5536.3832.81-
YUV162.38119.32132.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 147 (57.81% from 255) = 30.75%
R=35.36%
G=33.89%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916214700.040.130.3440.9111.3461.96
HexA9A29304D2229b3e
Octal251242223041542511376
Binary101010011010001010010011010011011000101010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A293; }

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

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

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

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

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

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

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

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