#A29F95

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

Shades of Mountain Mist #A29F95

Tints of Mountain Mist #A29F95

Color information

#A29F95 (or 0xA29F95) is unknown color: approx Mountain Mist. HEX triplet: A2, 9F and 95. RGB value is (162,159,149). Sum of RGB (Red+Green+Blue) = 162+159+149=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29F95 is #5D606A. Grayscale: #9E9E9E. Windows color (decimal): -6119531 or 9805730. OLE color: 9805730.

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

Color convert

RGB162159149-
CMYK00.020.080.36
HSL46.15º6.53%60.98%-
HSV(B)46.15º8.02%63.53%-
XYZ32.7234.6533.4-
YUV158.76122.49130.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 159 (62.5% from 255) = 33.83%
BLUE value IS 149 (58.59% from 255) = 31.70%
R=34.47%
G=33.83%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215914900.020.080.3646.156.5360.98
HexA29F95028242e73d
Octal24223722502104456775
Binary1010001010011111100101010101000100100101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F95; }

 p { color: rgb(162,159,149); }

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

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

 a { background-color: rgb(162,159,149); }

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

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

 span { border-color: rgb(162,159,149); }

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