#A79E70

Color #A79E70 Tallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tallow #A79E70

Tints of Tallow #A79E70

Color information

#A79E70 (or 0xA79E70) is unknown color: approx Tallow. HEX triplet: A7, 9E and 70. RGB value is (167,158,112). Sum of RGB (Red+Green+Blue) = 167+158+112=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 167 - color contains mainly: red. Hex color #A79E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79E70 is #58618F. Grayscale: #9B9B9B. Windows color (decimal): -5792144 or 7380647. OLE color: 7380647.

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

Color convert

RGB167158112-
CMYK00.050.330.35
HSL50.18º23.81%54.71%-
HSV(B)50.18º32.93%65.49%-
XYZ31.0933.8420.22-
YUV155.45103.48136.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.22%
GREEN value IS 158 (62.11% from 255) = 36.16%
BLUE value IS 112 (44.14% from 255) = 25.63%
R=38.22%
G=36.16%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715811200.050.330.3550.1823.8154.71
HexA79E70052123321837
Octal247236160054143623067
Binary10100111100111101110000010110000110001111001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79E70; }

 p { color: rgb(167,158,112); }

 H1.HeaderClassName
 {
   color: #A79E70;
 }
 .AnyTagClassName
 {
   color: #A79E70;
 }
</style>
background-color css

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

 a { background-color: rgb(167,158,112); }

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

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

 span { border-color: rgb(167,158,112); }

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