Html Css Color HEX #A0A59F Mantle

📋 copy color: '#A0A59F'

red 160 ◦ green 165 ◦ blue 159

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

Shades of Mantle #A0A59F

Tints of Mantle #A0A59F

RGB

 RED value IS 160 (62.89% from 255) = 33.06%

 GREEN value IS 165 (64.84% from 255) = 34.09%

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

R = 33.06%
G = 34.09%
B = 32.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A0A59F (or 0xA0A59F) is known color: Mantle. HEX triplet: A0, A5 and 9F. RGB value is (160,165,159). Sum of RGB (Red+Green+Blue) = 160+165+159=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A59F is #5F5A60. Grayscale: #A2A2A2. Windows color (decimal): -6249057 or 10462624. OLE color: 10462624.

HSL color Cylindrical-coordinate representation of color #A0A59F: hue angle of 110º 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 #A0A59F is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 165 159 -
CMYK 0.03 0 0.04 0.35
HSL 110º 0.03% 0.64% -
HSV(B) 110º 0.04% 0.65% -
XYZ 34.21 36.89 38.12 -
YUV 162.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 160 165 159 0.03 0 0.04 0.35 110 0.03 0.64
Hex A0 A5 9F 3 0 4 23 6E 3 40
Octal 240 245 237 3 0 4 43 156 3 100
Binary 10100000 10100101 10011111 11 0 100 100011 1101110 11 1000000

Color Harmonies of #A0A59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A59F

Black with #A0A59F

Text Example


Text Example

White with #A0A59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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