#a6987a

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

Shades of Tallow #A6987A

Tints of Tallow #A6987A

Color information

#A6987A (or 0xA6987A) is unknown color: approx Tallow. HEX triplet: A6, 98 and 7A. RGB value is (166,152,122). Sum of RGB (Red+Green+Blue) = 166+152+122=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A6987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6987A is #596785. Grayscale: #989898. Windows color (decimal): -5859206 or 8034470. OLE color: 8034470.

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

Color convert

RGB166152122-
CMYK00.080.270.35
HSL40.91º19.82%56.47%-
HSV(B)40.91º26.51%65.1%-
XYZ30.4731.9722.98-
YUV152.77110.64137.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 152 (59.77% from 255) = 34.55%
BLUE value IS 122 (48.05% from 255) = 27.73%
R=37.73%
G=34.55%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615212200.080.270.3540.9119.8256.47
HexA6987A081B23291438
Octal2462301720103343512470
Binary10100110100110001111010010001101110001110100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6987a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6987a; }

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

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

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

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

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

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

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

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