#A79971

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

Shades of Tallow #A79971

Tints of Tallow #A79971

Color information

#A79971 (or 0xA79971) is unknown color: approx Tallow. HEX triplet: A7, 99 and 71. RGB value is (167,153,113). Sum of RGB (Red+Green+Blue) = 167+153+113=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A79971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79971 is #58668E. Grayscale: #989898. Windows color (decimal): -5793423 or 7444903. OLE color: 7444903.

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

Color convert

RGB167153113-
CMYK00.080.320.35
HSL44.44º23.48%54.9%-
HSV(B)44.44º32.34%65.49%-
XYZ30.3132.1920.24-
YUV152.63105.64138.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.57%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=38.57%
G=35.33%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715311300.080.320.3544.4423.4854.9
HexA799710820232c1737
Octal2472311610104043542767
Binary101001111001100111100010100010000010001110110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79971; }

 p { color: rgb(167,153,113); }

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

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

 a { background-color: rgb(167,153,113); }

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

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

 span { border-color: rgb(167,153,113); }

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