Html Css Color HEX #A0A29F Mantle

📋 copy color: '#A0A29F'

red 160 ◦ green 162 ◦ blue 159

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

Shades of Mantle #A0A29F

Tints of Mantle #A0A29F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.68%

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

R = 33.26%
G = 33.68%
B = 33.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A0A29F (or 0xA0A29F) is known color: Mantle. HEX triplet: A0, A2 and 9F. RGB value is (160,162,159). Sum of RGB (Red+Green+Blue) = 160+162+159=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A29F is #5F5D60. Grayscale: #A1A1A1. Windows color (decimal): -6249825 or 10461856. OLE color: 10461856.

HSL color Cylindrical-coordinate representation of color #A0A29F: hue angle of 100º 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 #A0A29F is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 162 159 -
CMYK 0.01 0 0.02 0.36
HSL 100º 0.02% 0.63% -
HSV(B) 100º 0.02% 0.64% -
XYZ 33.68 35.82 37.94 -
YUV 161.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 160 162 159 0.01 0 0.02 0.36 100 0.02 0.63
Hex A0 A2 9F 1 0 2 24 64 2 3F
Octal 240 242 237 1 0 2 44 144 2 77
Binary 10100000 10100010 10011111 1 0 10 100100 1100100 10 111111

Color Harmonies of #A0A29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A29F

Black with #A0A29F

Text Example


Text Example

White with #A0A29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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