Html Css Color HEX #A0A39F Mantle

📋 copy color: '#A0A39F'

red 160 ◦ green 163 ◦ blue 159

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

Shades of Mantle #A0A39F

Tints of Mantle #A0A39F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.82%

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

R = 33.2%
G = 33.82%
B = 32.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A0A39F (or 0xA0A39F) is known color: Mantle. HEX triplet: A0, A3 and 9F. RGB value is (160,163,159). Sum of RGB (Red+Green+Blue) = 160+163+159=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A39F is #5F5C60. Grayscale: #A1A1A1. Windows color (decimal): -6249569 or 10462112. OLE color: 10462112.

HSL color Cylindrical-coordinate representation of color #A0A39F: hue angle of 105º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A0A39F is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 163 159 -
CMYK 0.02 0 0.02 0.36
HSL 105º 0.02% 0.63% -
HSV(B) 105º 0.02% 0.64% -
XYZ 33.85 36.17 38 -
YUV 161.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 160 163 159 0.02 0 0.02 0.36 105 0.02 0.63
Hex A0 A3 9F 2 0 2 24 69 2 3F
Octal 240 243 237 2 0 2 44 151 2 77
Binary 10100000 10100011 10011111 10 0 10 100100 1101001 10 111111

Color Harmonies of #A0A39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A39F

Black with #A0A39F

Text Example


Text Example

White with #A0A39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A39F; }

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

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

background-color css

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

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

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

border-color css

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

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

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