Html Css Color HEX #A5A39D Mountain Mist

📋 copy color: '#A5A39D'

red 165 ◦ green 163 ◦ blue 157

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

Shades of Mountain Mist #A5A39D

Tints of Mountain Mist #A5A39D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.37%

R = 34.02%
G = 33.61%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5A39D (or 0xA5A39D) is known color: Mountain Mist. HEX triplet: A5, A3 and 9D. RGB value is (165,163,157). Sum of RGB (Red+Green+Blue) = 165+163+157=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A39D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A39D is #5A5C62. Grayscale: #A2A2A2. Windows color (decimal): -5921891 or 10331045. OLE color: 10331045.

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

Color convert

RGB 165 163 157 -
CMYK 0 0.01 0.05 0.35
HSL 45º 0.04% 0.63% -
HSV(B) 45º 0.05% 0.65% -
XYZ 34.7 36.63 37.14 -
YUV 162.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 165 163 157 0 0.01 0.05 0.35 45 0.04 0.63
Hex A5 A3 9D 0 1 5 23 2D 4 3F
Octal 245 243 235 0 1 5 43 55 4 77
Binary 10100101 10100011 10011101 0 1 101 100011 101101 100 111111

Color Harmonies of #A5A39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A39D

Black with #A5A39D

Text Example


Text Example

White with #A5A39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A39D; }

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

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

background-color css

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

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

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

border-color css

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

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

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