#A6966E

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

Shades of Tallow #A6966E

Tints of Tallow #A6966E

Color information

#A6966E (or 0xA6966E) is unknown color: approx Tallow. HEX triplet: A6, 96 and 6E. RGB value is (166,150,110). Sum of RGB (Red+Green+Blue) = 166+150+110=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A6966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6966E is #596991. Grayscale: #969696. Windows color (decimal): -5859730 or 7247526. OLE color: 7247526.

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

Color convert

RGB166150110-
CMYK00.100.340.35
HSL42.86º23.93%54.12%-
HSV(B)42.86º33.73%65.1%-
XYZ29.4531.0519.19-
YUV150.22105.3139.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 110 (43.36% from 255) = 25.82%
R=38.97%
G=35.21%
B=25.82%

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
Decimal16615011000.100.340.3542.8623.9354.12
HexA6966E0A22232b1836
Octal2462261560124243533066
Binary101001101001011011011100101010001010001110101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6966E; }

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

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

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

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

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

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

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

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