Html Css Color HEX #A5A093 Mountain Mist

📋 copy color: '#A5A093'

red 165 ◦ green 160 ◦ blue 147

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

Shades of Mountain Mist #A5A093

Tints of Mountain Mist #A5A093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.14%

R = 34.96%
G = 33.9%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A5A093 (or 0xA5A093) is known color: Mountain Mist. HEX triplet: A5, A0 and 93. RGB value is (165,160,147). Sum of RGB (Red+Green+Blue) = 165+160+147=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A093 is #5A5F6C. Grayscale: #A0A0A0. Windows color (decimal): -5922669 or 9674917. OLE color: 9674917.

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

Color convert

RGB 165 160 147 -
CMYK 0 0.03 0.11 0.35
HSL 43.33º 0.09% 0.61% -
HSV(B) 43.33º 0.11% 0.65% -
XYZ 33.35 35.25 32.65 -
YUV 160.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 165 160 147 0 0.03 0.11 0.35 43.33 0.09 0.61
Hex A5 A0 93 0 3 B 23 2B 9 3D
Octal 245 240 223 0 3 13 43 53 11 75
Binary 10100101 10100000 10010011 0 11 1011 100011 101011 1001 111101

Color Harmonies of #A5A093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A093

Black with #A5A093

Text Example


Text Example

White with #A5A093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A093; }

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

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

background-color css

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

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

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

border-color css

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

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

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