Html Css Color HEX #A0A59D Mantle

📋 copy color: '#A0A59D'

red 160 ◦ green 165 ◦ blue 157

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

Shades of Mantle #A0A59D

Tints of Mantle #A0A59D

RGB

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

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

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

R = 33.2%
G = 34.23%
B = 32.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A0A59D (or 0xA0A59D) is known color: Mantle. HEX triplet: A0, A5 and 9D. RGB value is (160,165,157). Sum of RGB (Red+Green+Blue) = 160+165+157=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A59D is #5F5A62. Grayscale: #A2A2A2. Windows color (decimal): -6249059 or 10331552. OLE color: 10331552.

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

Color convert

RGB 160 165 157 -
CMYK 0.03 0 0.05 0.35
HSL 97.5º 0.04% 0.63% -
HSV(B) 97.5º 0.05% 0.65% -
XYZ 34.04 36.82 37.21 -
YUV 162.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 160 165 157 0.03 0 0.05 0.35 97.5 0.04 0.63
Hex A0 A5 9D 3 0 5 23 62 4 3F
Octal 240 245 235 3 0 5 43 142 4 77
Binary 10100000 10100101 10011101 11 0 101 100011 1100010 100 111111

Color Harmonies of #A0A59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A59D

Black with #A0A59D

Text Example


Text Example

White with #A0A59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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