Html Css Color HEX #A0A79F Mantle

📋 copy color: '#A0A79F'

red 160 ◦ green 167 ◦ blue 159

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

Shades of Mantle #A0A79F

Tints of Mantle #A0A79F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.36%

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

R = 32.92%
G = 34.36%
B = 32.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A0A79F (or 0xA0A79F) is known color: Mantle. HEX triplet: A0, A7 and 9F. RGB value is (160,167,159). Sum of RGB (Red+Green+Blue) = 160+167+159=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A79F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A79F is #5F5860. Grayscale: #A4A4A4. Windows color (decimal): -6248545 or 10463136. OLE color: 10463136.

HSL color Cylindrical-coordinate representation of color #A0A79F: hue angle of 112.5º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A0A79F is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 167 159 -
CMYK 0.04 0 0.05 0.35
HSL 112.5º 0.04% 0.64% -
HSV(B) 112.5º 0.05% 0.65% -
XYZ 34.57 37.61 38.24 -
YUV 164 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 160 167 159 0.04 0 0.05 0.35 112.5 0.04 0.64
Hex A0 A7 9F 4 0 5 23 70 4 40
Octal 240 247 237 4 0 5 43 160 4 100
Binary 10100000 10100111 10011111 100 0 101 100011 1110000 100 1000000

Color Harmonies of #A0A79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A79F

Black with #A0A79F

Text Example


Text Example

White with #A0A79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A79F; }

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

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

background-color css

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

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

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

border-color css

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

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

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