#A6996F

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

Shades of Tallow #A6996F

Tints of Tallow #A6996F

Color information

#A6996F (or 0xA6996F) is unknown color: approx Tallow. HEX triplet: A6, 99 and 6F. RGB value is (166,153,111). Sum of RGB (Red+Green+Blue) = 166+153+111=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A6996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6996F is #596690. Grayscale: #989898. Windows color (decimal): -5858961 or 7313830. OLE color: 7313830.

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

Color convert

RGB166153111-
CMYK00.080.330.35
HSL45.82º23.61%54.31%-
HSV(B)45.82º33.13%65.1%-
XYZ29.9932.0419.64-
YUV152.1104.81137.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.60%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=38.60%
G=35.58%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615311100.080.330.3545.8223.6154.31
HexA6996F0821232e1836
Octal2462311570104143563066
Binary101001101001100111011110100010000110001110111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6996F; }

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

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

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

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

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

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

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

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