Html Css Color HEX #A5A39F Mountain Mist

📋 copy color: '#A5A39F'

red 165 ◦ green 163 ◦ blue 159

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

Shades of Mountain Mist #A5A39F

Tints of Mountain Mist #A5A39F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.65%

R = 33.88%
G = 33.47%
B = 32.65%

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

#A5A39F (or 0xA5A39F) is known color: Mountain Mist. HEX triplet: A5, A3 and 9F. RGB value is (165,163,159). Sum of RGB (Red+Green+Blue) = 165+163+159=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A39F is #5A5C60. Grayscale: #A3A3A3. Windows color (decimal): -5921889 or 10462117. OLE color: 10462117.

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

Color convert

RGB 165 163 159 -
CMYK 0 0.01 0.04 0.35
HSL 40º 0.03% 0.64% -
HSV(B) 40º 0.04% 0.65% -
XYZ 34.87 36.7 38.05 -
YUV 163.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 165 163 159 0 0.01 0.04 0.35 40 0.03 0.64
Hex A5 A3 9F 0 1 4 23 28 3 40
Octal 245 243 237 0 1 4 43 50 3 100
Binary 10100101 10100011 10011111 0 1 100 100011 101000 11 1000000

Color Harmonies of #A5A39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A39F

Black with #A5A39F

Text Example


Text Example

White with #A5A39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A39F; }

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

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

background-color css

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

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

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

border-color css

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

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

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