#A8976A

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

Shades of Tallow #A8976A

Tints of Tallow #A8976A

Color information

#A8976A (or 0xA8976A) is unknown color: approx Tallow. HEX triplet: A8, 97 and 6A. RGB value is (168,151,106). Sum of RGB (Red+Green+Blue) = 168+151+106=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 168 - color contains mainly: red. Hex color #A8976A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8976A is #576895. Grayscale: #979797. Windows color (decimal): -5728406 or 6985640. OLE color: 6985640.

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

Color convert

RGB168151106-
CMYK00.100.370.34
HSL43.55º26.27%53.73%-
HSV(B)43.55º36.9%65.88%-
XYZ29.8231.518.14-
YUV150.95102.63140.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.53%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 106 (41.80% from 255) = 24.94%
R=39.53%
G=35.53%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815110600.100.370.3443.5526.2753.73
HexA8976A0A25222c1a36
Octal2502271520124542543266
Binary101010001001011111010100101010010110001010110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8976A; }

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

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

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

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

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

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

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

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