#A29D96

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

Shades of Mountain Mist #A29D96

Tints of Mountain Mist #A29D96

Color information

#A29D96 (or 0xA29D96) is unknown color: approx Mountain Mist. HEX triplet: A2, 9D and 96. RGB value is (162,157,150). Sum of RGB (Red+Green+Blue) = 162+157+150=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D96 is #5D6269. Grayscale: #9D9D9D. Windows color (decimal): -6120042 or 9870754. OLE color: 9870754.

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

Color convert

RGB162157150-
CMYK00.030.070.36
HSL35º6.06%61.18%-
HSV(B)35º7.41%63.53%-
XYZ32.463433.71-
YUV157.7123.66131.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 157 (61.72% from 255) = 33.48%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=34.54%
G=33.48%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215715000.030.070.36356.0661.18
HexA29D96037242363d
Octal2422352260374443675
Binary101000101001110110010110011111100100100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D96; }

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

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

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

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

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

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

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

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