#A29F9B

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

Shades of Mountain Mist #A29F9B

Tints of Mountain Mist #A29F9B

Color information

#A29F9B (or 0xA29F9B) is unknown color: approx Mountain Mist. HEX triplet: A2, 9F and 9B. RGB value is (162,159,155). Sum of RGB (Red+Green+Blue) = 162+159+155=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29F9B is #5D6064. Grayscale: #9F9F9F. Windows color (decimal): -6119525 or 10198946. OLE color: 10198946.

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

Color convert

RGB162159155-
CMYK00.020.040.36
HSL34.29º3.63%62.16%-
HSV(B)34.29º4.32%63.53%-
XYZ33.2134.8435.99-
YUV159.44125.49129.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 155 (60.94% from 255) = 32.56%
R=34.03%
G=33.40%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215915500.020.040.3634.293.6362.16
HexA29F9B024242243e
Octal2422372330244442476
Binary101000101001111110011011010100100100100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F9B; }

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

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

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

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

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

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

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

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