Html Css Color HEX #A09E99 Mountain Mist

📋 copy color: '#A09E99'

red 160 ◦ green 158 ◦ blue 153

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

Shades of Mountain Mist #A09E99

Tints of Mountain Mist #A09E99

RGB

 RED value IS 160 (62.89% from 255) = 33.97%

 GREEN value IS 158 (62.11% from 255) = 33.55%

 BLUE value IS 153 (60.16% from 255) = 32.48%

R = 33.97%
G = 33.55%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A09E99 (or 0xA09E99) is known color: Mountain Mist. HEX triplet: A0, 9E and 99. RGB value is (160,158,153). Sum of RGB (Red+Green+Blue) = 160+158+153=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09E99 is #5F6166. Grayscale: #9E9E9E. Windows color (decimal): -6250855 or 10067616. OLE color: 10067616.

HSL color Cylindrical-coordinate representation of color #A09E99: hue angle of 42.86º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A09E99 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 158 153 -
CMYK 0 0.01 0.04 0.37
HSL 42.86º 0.04% 0.61% -
HSV(B) 42.86º 0.04% 0.63% -
XYZ 32.47 34.23 35.03 -
YUV 158.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 160 158 153 0 0.01 0.04 0.37 42.86 0.04 0.61
Hex A0 9E 99 0 1 4 25 2B 4 3D
Octal 240 236 231 0 1 4 45 53 4 75
Binary 10100000 10011110 10011001 0 1 100 100101 101011 100 111101

Color Harmonies of #A09E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09E99

Black with #A09E99

Text Example


Text Example

White with #A09E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09E99; }

 p { color: rgb(160,158,153); }

 H1.HeaderClassName
 {
   color: #A09E99;
 }
 .AnyTagClassName
 {
   color: #A09E99;
 }
</style>

background-color css

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

 a { background-color: rgb(160,158,153); }

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

border-color css

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

 span { border-color: rgb(160,158,153); }

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