Html Css Color HEX #A29F99 Mountain Mist

📋 copy color: '#A29F99'

red 162 ◦ green 159 ◦ blue 153

#A29F99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Mist #A29F99

Tints of Mountain Mist #A29F99

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 value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A29F99 (or 0xA29F99) is known color: 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

RGB 162 159 153 -
CMYK 0 0.02 0.06 0.36
HSL 40º 0.05% 0.62% -
HSV(B) 40º 0.06% 0.64% -
XYZ 33.05 34.78 35.11 -
YUV 159.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 162 159 153 0 0.02 0.06 0.36 40 0.05 0.62
Hex A2 9F 99 0 2 6 24 28 5 3E
Octal 242 237 231 0 2 6 44 50 5 76
Binary 10100010 10011111 10011001 0 10 110 100100 101000 101 111110

Color Harmonies of #A29F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29F99

Black with #A29F99

Text Example


Text Example

White with #A29F99

Text Example


Text Example

HTML Codes & Css Web 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>