#A6986E

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

Shades of Tallow #A6986E

Tints of Tallow #A6986E

Color information

#A6986E (or 0xA6986E) is unknown color: approx Tallow. HEX triplet: A6, 98 and 6E. RGB value is (166,152,110). Sum of RGB (Red+Green+Blue) = 166+152+110=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A6986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6986E is #596791. Grayscale: #979797. Windows color (decimal): -5859218 or 7248038. OLE color: 7248038.

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

Color convert

RGB166152110-
CMYK00.080.340.35
HSL45º23.93%54.12%-
HSV(B)45º33.73%65.1%-
XYZ29.7731.6919.3-
YUV151.4104.64138.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.79%
GREEN value IS 152 (59.77% from 255) = 35.51%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=38.79%
G=35.51%
B=25.70%

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
Decimal16615211000.080.340.354523.9354.12
HexA6986E0822232d1836
Octal2462301560104243553066
Binary101001101001100011011100100010001010001110110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6986E; }

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

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

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

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

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

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

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

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