#A7976B

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

Shades of Tallow #A7976B

Tints of Tallow #A7976B

Color information

#A7976B (or 0xA7976B) is unknown color: approx Tallow. HEX triplet: A7, 97 and 6B. RGB value is (167,151,107). Sum of RGB (Red+Green+Blue) = 167+151+107=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A7976B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7976B is #586894. Grayscale: #969696. Windows color (decimal): -5793941 or 7051175. OLE color: 7051175.

HSL color Cylindrical-coordinate representation of color #A7976B: hue angle of 44º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7976B is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB167151107-
CMYK00.100.360.35
HSL44º25.42%53.73%-
HSV(B)44º35.93%65.49%-
XYZ29.6631.4118.41-
YUV150.77103.3139.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.29%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 107 (42.19% from 255) = 25.18%
R=39.29%
G=35.53%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715110700.100.360.354425.4253.73
HexA7976B0A24232c1936
Octal2472271530124443543166
Binary101001111001011111010110101010010010001110110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7976B; }

 p { color: rgb(167,151,107); }

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

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

 a { background-color: rgb(167,151,107); }

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

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

 span { border-color: rgb(167,151,107); }

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