#A6966D

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

Shades of Tallow #A6966D

Tints of Tallow #A6966D

Color information

#A6966D (or 0xA6966D) is unknown color: approx Tallow. HEX triplet: A6, 96 and 6D. RGB value is (166,150,109). Sum of RGB (Red+Green+Blue) = 166+150+109=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A6966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6966D is #596992. Grayscale: #969696. Windows color (decimal): -5859731 or 7181990. OLE color: 7181990.

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

Color convert

RGB166150109-
CMYK00.100.340.35
HSL43.16º24.26%53.92%-
HSV(B)43.16º34.34%65.1%-
XYZ29.3931.0218.91-
YUV150.11104.8139.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 109 (42.97% from 255) = 25.65%
R=39.06%
G=35.29%
B=25.65%

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
Decimal16615010900.100.340.3543.1624.2653.92
HexA6966D0A22232b1836
Octal2462261550124243533066
Binary101001101001011011011010101010001010001110101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6966D; }

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

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

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

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

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

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

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

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