#A6976E

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

Shades of Tallow #A6976E

Tints of Tallow #A6976E

Color information

#A6976E (or 0xA6976E) is unknown color: approx Tallow. HEX triplet: A6, 97 and 6E. RGB value is (166,151,110). Sum of RGB (Red+Green+Blue) = 166+151+110=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A6976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6976E is #596891. Grayscale: #969696. Windows color (decimal): -5859474 or 7247782. OLE color: 7247782.

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

Color convert

RGB166151110-
CMYK00.090.340.35
HSL43.93º23.93%54.12%-
HSV(B)43.93º33.73%65.1%-
XYZ29.6131.3719.25-
YUV150.81104.97138.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 110 (43.36% from 255) = 25.76%
R=38.88%
G=35.36%
B=25.76%

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
Decimal16615111000.090.340.3543.9323.9354.12
HexA6976E0922232c1836
Octal2462271560114243543066
Binary101001101001011111011100100110001010001110110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6976E; }

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

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

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

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

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

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

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

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