#A7976F

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

Shades of Tallow #A7976F

Tints of Tallow #A7976F

Color information

#A7976F (or 0xA7976F) is unknown color: approx Tallow. HEX triplet: A7, 97 and 6F. RGB value is (167,151,111). Sum of RGB (Red+Green+Blue) = 167+151+111=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A7976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7976F is #586890. Grayscale: #979797. Windows color (decimal): -5793937 or 7313319. OLE color: 7313319.

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

Color convert

RGB167151111-
CMYK00.100.340.35
HSL42.86º24.14%54.51%-
HSV(B)42.86º33.53%65.49%-
XYZ29.8731.519.54-
YUV151.22105.3139.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 151 (59.38% from 255) = 35.20%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=38.93%
G=35.20%
B=25.87%

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
Decimal16715111100.100.340.3542.8624.1454.51
HexA7976F0A22232b1837
Octal2472271570124243533067
Binary101001111001011111011110101010001010001110101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7976F; }

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

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

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

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

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

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

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

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