#A6986D

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

Shades of Tallow #A6986D

Tints of Tallow #A6986D

Color information

#A6986D (or 0xA6986D) is unknown color: approx Tallow. HEX triplet: A6, 98 and 6D. RGB value is (166,152,109). Sum of RGB (Red+Green+Blue) = 166+152+109=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A6986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6986D is #596792. Grayscale: #979797. Windows color (decimal): -5859219 or 7182502. OLE color: 7182502.

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

Color convert

RGB166152109-
CMYK00.080.340.35
HSL45.26º24.26%53.92%-
HSV(B)45.26º34.34%65.1%-
XYZ29.7131.6719.01-
YUV151.28104.14138.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=38.88%
G=35.60%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615210900.080.340.3545.2624.2653.92
HexA6986D0822232d1836
Octal2462301550104243553066
Binary101001101001100011011010100010001010001110110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6986D; }

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

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

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

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

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

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

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

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