Html Css Color HEX #A5A39E Mountain Mist

📋 copy color: '#A5A39E'

red 165 ◦ green 163 ◦ blue 158

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

Shades of Mountain Mist #A5A39E

Tints of Mountain Mist #A5A39E

RGB

 RED value IS 165 (64.84% from 255) = 33.95%

 GREEN value IS 163 (64.06% from 255) = 33.54%

 BLUE value IS 158 (62.11% from 255) = 32.51%

R = 33.95%
G = 33.54%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5A39E (or 0xA5A39E) is known color: Mountain Mist. HEX triplet: A5, A3 and 9E. RGB value is (165,163,158). Sum of RGB (Red+Green+Blue) = 165+163+158=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A39E is #5A5C61. Grayscale: #A3A3A3. Windows color (decimal): -5921890 or 10396581. OLE color: 10396581.

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

Color convert

RGB 165 163 158 -
CMYK 0 0.01 0.04 0.35
HSL 42.86º 0.04% 0.63% -
HSV(B) 42.86º 0.04% 0.65% -
XYZ 34.79 36.66 37.59 -
YUV 163.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 165 163 158 0 0.01 0.04 0.35 42.86 0.04 0.63
Hex A5 A3 9E 0 1 4 23 2B 4 3F
Octal 245 243 236 0 1 4 43 53 4 77
Binary 10100101 10100011 10011110 0 1 100 100011 101011 100 111111

Color Harmonies of #A5A39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A39E

Black with #A5A39E

Text Example


Text Example

White with #A5A39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A39E; }

 p { color: rgb(165,163,158); }

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

background-color css

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

 a { background-color: rgb(165,163,158); }

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

border-color css

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

 span { border-color: rgb(165,163,158); }

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