#A79B70

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

Shades of Tallow #A79B70

Tints of Tallow #A79B70

Color information

#A79B70 (or 0xA79B70) is unknown color: approx Tallow. HEX triplet: A7, 9B and 70. RGB value is (167,155,112). Sum of RGB (Red+Green+Blue) = 167+155+112=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79B70 is #58648F. Grayscale: #999999. Windows color (decimal): -5792912 or 7379879. OLE color: 7379879.

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

Color convert

RGB167155112-
CMYK00.070.330.35
HSL46.91º23.81%54.71%-
HSV(B)46.91º32.93%65.49%-
XYZ30.5832.8320.05-
YUV153.69104.48137.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.48%
GREEN value IS 155 (60.94% from 255) = 35.71%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=38.48%
G=35.71%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715511200.070.330.3546.9123.8154.71
HexA79B700721232f1837
Octal247233160074143573067
Binary10100111100110111110000011110000110001110111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79B70; }

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

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

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

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

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

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

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

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