#A7976E

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

Shades of Tallow #A7976E

Tints of Tallow #A7976E

Color information

#A7976E (or 0xA7976E) is unknown color: approx Tallow. HEX triplet: A7, 97 and 6E. RGB value is (167,151,110). Sum of RGB (Red+Green+Blue) = 167+151+110=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A7976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7976E is #586891. Grayscale: #979797. Windows color (decimal): -5793938 or 7247783. OLE color: 7247783.

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

Color convert

RGB167151110-
CMYK00.100.340.35
HSL43.16º24.46%54.31%-
HSV(B)43.16º34.13%65.49%-
XYZ29.8231.4719.26-
YUV151.11104.8139.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=39.02%
G=35.28%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715111000.100.340.3543.1624.4654.31
HexA7976E0A22232b1836
Octal2472271560124243533066
Binary101001111001011111011100101010001010001110101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7976E; }

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

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

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

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

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

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

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

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