Html Css Color HEX #A0A79D Mantle

📋 copy color: '#A0A79D'

red 160 ◦ green 167 ◦ blue 157

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

Shades of Mantle #A0A79D

Tints of Mantle #A0A79D

RGB

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

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

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

R = 33.06%
G = 34.5%
B = 32.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A0A79D (or 0xA0A79D) is known color: Mantle. HEX triplet: A0, A7 and 9D. RGB value is (160,167,157). Sum of RGB (Red+Green+Blue) = 160+167+157=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A79D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A79D is #5F5862. Grayscale: #A3A3A3. Windows color (decimal): -6248547 or 10332064. OLE color: 10332064.

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

Color convert

RGB 160 167 157 -
CMYK 0.04 0 0.06 0.35
HSL 102º 0.05% 0.64% -
HSV(B) 102º 0.06% 0.65% -
XYZ 34.4 37.55 37.33 -
YUV 163.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 160 167 157 0.04 0 0.06 0.35 102 0.05 0.64
Hex A0 A7 9D 4 0 6 23 66 5 40
Octal 240 247 235 4 0 6 43 146 5 100
Binary 10100000 10100111 10011101 100 0 110 100011 1100110 101 1000000

Color Harmonies of #A0A79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A79D

Black with #A0A79D

Text Example


Text Example

White with #A0A79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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