Html Css Color HEX #A5A096 Mountain Mist

📋 copy color: '#A5A096'

red 165 ◦ green 160 ◦ blue 150

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

Shades of Mountain Mist #A5A096

Tints of Mountain Mist #A5A096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.58%

R = 34.74%
G = 33.68%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A5A096 (or 0xA5A096) is known color: Mountain Mist. HEX triplet: A5, A0 and 96. RGB value is (165,160,150). Sum of RGB (Red+Green+Blue) = 165+160+150=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A096 is #5A5F69. Grayscale: #A0A0A0. Windows color (decimal): -5922666 or 9871525. OLE color: 9871525.

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

Color convert

RGB 165 160 150 -
CMYK 0 0.03 0.09 0.35
HSL 40º 0.08% 0.62% -
HSV(B) 40º 0.09% 0.65% -
XYZ 33.59 35.34 33.91 -
YUV 160.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 165 160 150 0 0.03 0.09 0.35 40 0.08 0.62
Hex A5 A0 96 0 3 9 23 28 8 3E
Octal 245 240 226 0 3 11 43 50 10 76
Binary 10100101 10100000 10010110 0 11 1001 100011 101000 1000 111110

Color Harmonies of #A5A096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A096

Black with #A5A096

Text Example


Text Example

White with #A5A096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A096; }

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

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

background-color css

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

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

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

border-color css

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

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

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