#A29F99

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

Shades of Mountain Mist #A29F99

Tints of Mountain Mist #A29F99

Color information

#A29F99 (or 0xA29F99) is unknown color: approx Mountain Mist. HEX triplet: A2, 9F and 99. RGB value is (162,159,153). Sum of RGB (Red+Green+Blue) = 162+159+153=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29F99 is #5D6066. Grayscale: #9F9F9F. Windows color (decimal): -6119527 or 10067874. OLE color: 10067874.

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

Color convert

RGB162159153-
CMYK00.020.060.36
HSL40º4.62%61.76%-
HSV(B)40º5.56%63.53%-
XYZ33.0534.7835.11-
YUV159.21124.49129.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 153 (60.16% from 255) = 32.28%
R=34.18%
G=33.54%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215915300.020.060.36404.6261.76
HexA29F99026242853e
Octal2422372310264450576
Binary101000101001111110011001010110100100101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F99; }

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

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

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

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

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

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

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

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