#A8986D

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

Shades of Tallow #A8986D

Tints of Tallow #A8986D

Color information

#A8986D (or 0xA8986D) is unknown color: approx Tallow. HEX triplet: A8, 98 and 6D. RGB value is (168,152,109). Sum of RGB (Red+Green+Blue) = 168+152+109=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A8986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8986D is #576792. Grayscale: #989898. Windows color (decimal): -5728147 or 7182504. OLE color: 7182504.

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

Color convert

RGB168152109-
CMYK00.100.350.34
HSL43.73º25.32%54.31%-
HSV(B)43.73º35.12%65.88%-
XYZ30.1431.8919.03-
YUV151.88103.8139.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=39.16%
G=35.43%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815210900.100.350.3443.7325.3254.31
HexA8986D0A23222c1936
Octal2502301550124342543166
Binary101010001001100011011010101010001110001010110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8986D; }

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

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

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

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

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

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

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

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