Html Css Color HEX #A5A095 Mountain Mist

📋 copy color: '#A5A095'

red 165 ◦ green 160 ◦ blue 149

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

Shades of Mountain Mist #A5A095

Tints of Mountain Mist #A5A095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.76%

 BLUE value IS 149 (58.59% from 255) = 31.43%

R = 34.81%
G = 33.76%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A5A095 (or 0xA5A095) is known color: Mountain Mist. HEX triplet: A5, A0 and 95. RGB value is (165,160,149). Sum of RGB (Red+Green+Blue) = 165+160+149=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A095 is #5A5F6A. Grayscale: #A0A0A0. Windows color (decimal): -5922667 or 9805989. OLE color: 9805989.

HSL color Cylindrical-coordinate representation of color #A5A095: hue angle of 41.25º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5A095 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 160 149 -
CMYK 0 0.03 0.10 0.35
HSL 41.25º 0.08% 0.62% -
HSV(B) 41.25º 0.1% 0.65% -
XYZ 33.51 35.31 33.48 -
YUV 160.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 165 160 149 0 0.03 0.10 0.35 41.25 0.08 0.62
Hex A5 A0 95 0 3 A 23 29 8 3E
Octal 245 240 225 0 3 12 43 51 10 76
Binary 10100101 10100000 10010101 0 11 1010 100011 101001 1000 111110

Color Harmonies of #A5A095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A095

Black with #A5A095

Text Example


Text Example

White with #A5A095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A095; }

 p { color: rgb(165,160,149); }

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

background-color css

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

 a { background-color: rgb(165,160,149); }

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

border-color css

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

 span { border-color: rgb(165,160,149); }

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