#A6976D

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

Shades of Tallow #A6976D

Tints of Tallow #A6976D

Color information

#A6976D (or 0xA6976D) is unknown color: approx Tallow. HEX triplet: A6, 97 and 6D. RGB value is (166,151,109). Sum of RGB (Red+Green+Blue) = 166+151+109=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A6976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6976D is #596892. Grayscale: #969696. Windows color (decimal): -5859475 or 7182246. OLE color: 7182246.

HSL color Cylindrical-coordinate representation of color #A6976D: hue angle of 44.21º 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 #A6976D is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB166151109-
CMYK00.090.340.35
HSL44.21º24.26%53.92%-
HSV(B)44.21º34.34%65.1%-
XYZ29.5531.3418.96-
YUV150.7104.47138.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 109 (42.97% from 255) = 25.59%
R=38.97%
G=35.45%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615110900.090.340.3544.2124.2653.92
HexA6976D0922232c1836
Octal2462271550114243543066
Binary101001101001011111011010100110001010001110110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6976D; }

 p { color: rgb(166,151,109); }

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

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

 a { background-color: rgb(166,151,109); }

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

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

 span { border-color: rgb(166,151,109); }

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