#A29E93

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

Shades of Mountain Mist #A29E93

Tints of Mountain Mist #A29E93

Color information

#A29E93 (or 0xA29E93) is unknown color: approx Mountain Mist. HEX triplet: A2, 9E and 93. RGB value is (162,158,147). Sum of RGB (Red+Green+Blue) = 162+158+147=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29E93 is #5D616C. Grayscale: #9D9D9D. Windows color (decimal): -6119789 or 9674402. OLE color: 9674402.

HSL color Cylindrical-coordinate representation of color #A29E93: hue angle of 44º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A29E93 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB162158147-
CMYK00.020.090.36
HSL44º7.46%60.59%-
HSV(B)44º9.26%63.53%-
XYZ32.3934.2432.51-
YUV157.94121.83130.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 158 (62.11% from 255) = 33.83%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=34.69%
G=33.83%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215814700.020.090.36447.4660.59
HexA29E93029242c73d
Octal24223622302114454775
Binary1010001010011110100100110101001100100101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29E93; }

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

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

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

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

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

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

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

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