#A5A093

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

Shades of Mountain Mist #A5A093

Tints of Mountain Mist #A5A093

Color information

#A5A093 (or 0xA5A093) is unknown color: approx Mountain Mist. HEX triplet: A5, A0 and 93. RGB value is (165,160,147). Sum of RGB (Red+Green+Blue) = 165+160+147=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A093 is #5A5F6C. Grayscale: #A0A0A0. Windows color (decimal): -5922669 or 9674917. OLE color: 9674917.

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

Color convert

RGB165160147-
CMYK00.030.110.35
HSL43.33º9.09%61.18%-
HSV(B)43.33º10.91%64.71%-
XYZ33.3535.2532.65-
YUV160.01120.66131.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.96%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 147 (57.81% from 255) = 31.14%
R=34.96%
G=33.90%
B=31.14%

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
Decimal16516014700.030.110.3543.339.0961.18
HexA5A09303B232b93d
Octal245240223031343531175
Binary10100101101000001001001101110111000111010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A093; }

 p { color: rgb(165,160,147); }

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

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

 a { background-color: rgb(165,160,147); }

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

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

 span { border-color: rgb(165,160,147); }

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