#A6996B

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

Shades of Tallow #A6996B

Tints of Tallow #A6996B

Color information

#A6996B (or 0xA6996B) is unknown color: approx Tallow. HEX triplet: A6, 99 and 6B. RGB value is (166,153,107). Sum of RGB (Red+Green+Blue) = 166+153+107=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A6996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6996B is #596694. Grayscale: #979797. Windows color (decimal): -5858965 or 7051686. OLE color: 7051686.

HSL color Cylindrical-coordinate representation of color #A6996B: hue angle of 46.78º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6996B is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB166153107-
CMYK00.080.360.35
HSL46.78º24.89%53.53%-
HSV(B)46.78º35.54%65.1%-
XYZ29.7731.9518.51-
YUV151.64102.81138.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 153 (60.16% from 255) = 35.92%
BLUE value IS 107 (42.19% from 255) = 25.12%
R=38.97%
G=35.92%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615310700.080.360.3546.7824.8953.53
HexA6996B0824232f1936
Octal2462311530104443573166
Binary101001101001100111010110100010010010001110111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6996B; }

 p { color: rgb(166,153,107); }

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

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

 a { background-color: rgb(166,153,107); }

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

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

 span { border-color: rgb(166,153,107); }

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