#A79D70

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

Shades of Tallow #A79D70

Tints of Tallow #A79D70

Color information

#A79D70 (or 0xA79D70) is unknown color: approx Tallow. HEX triplet: A7, 9D and 70. RGB value is (167,157,112). Sum of RGB (Red+Green+Blue) = 167+157+112=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79D70 is #58628F. Grayscale: #9B9B9B. Windows color (decimal): -5792400 or 7380391. OLE color: 7380391.

HSL color Cylindrical-coordinate representation of color #A79D70: hue angle of 49.09º 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 #A79D70 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB167157112-
CMYK00.060.330.35
HSL49.09º23.81%54.71%-
HSV(B)49.09º32.93%65.49%-
XYZ30.9233.520.17-
YUV154.86103.81136.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.30%
GREEN value IS 157 (61.72% from 255) = 36.01%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=38.30%
G=36.01%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715711200.060.330.3549.0923.8154.71
HexA79D70062123311837
Octal247235160064143613067
Binary10100111100111011110000011010000110001111000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79D70; }

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

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

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

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

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

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

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

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