#A29D93

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

Shades of Mountain Mist #A29D93

Tints of Mountain Mist #A29D93

Color information

#A29D93 (or 0xA29D93) is unknown color: approx Mountain Mist. HEX triplet: A2, 9D and 93. RGB value is (162,157,147). Sum of RGB (Red+Green+Blue) = 162+157+147=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D93 is #5D626C. Grayscale: #9D9D9D. Windows color (decimal): -6120045 or 9674146. OLE color: 9674146.

HSL color Cylindrical-coordinate representation of color #A29D93: hue angle of 40º 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 #A29D93 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB162157147-
CMYK00.030.090.36
HSL40º7.46%60.59%-
HSV(B)40º9.26%63.53%-
XYZ32.2233.932.45-
YUV157.35122.16131.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 157 (61.72% from 255) = 33.69%
BLUE value IS 147 (57.81% from 255) = 31.55%
R=34.76%
G=33.69%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215714700.030.090.36407.4660.59
HexA29D93039242873d
Octal24223522303114450775
Binary1010001010011101100100110111001100100101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D93; }

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

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

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

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

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

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

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

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