#A8976C

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

Shades of Tallow #A8976C

Tints of Tallow #A8976C

Color information

#A8976C (or 0xA8976C) is unknown color: approx Tallow. HEX triplet: A8, 97 and 6C. RGB value is (168,151,108). Sum of RGB (Red+Green+Blue) = 168+151+108=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A8976C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8976C is #576893. Grayscale: #979797. Windows color (decimal): -5728404 or 7116712. OLE color: 7116712.

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

Color convert

RGB168151108-
CMYK00.100.360.34
HSL43º25.64%54.12%-
HSV(B)43º35.71%65.88%-
XYZ29.9231.5418.7-
YUV151.18103.63140-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.34%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=39.34%
G=35.36%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815110800.100.360.344325.6454.12
HexA8976C0A24222b1a36
Octal2502271540124442533266
Binary101010001001011111011000101010010010001010101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8976C; }

 p { color: rgb(168,151,108); }

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

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

 a { background-color: rgb(168,151,108); }

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

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

 span { border-color: rgb(168,151,108); }

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