#A0986E

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

Shades of Tallow #A0986E

Tints of Tallow #A0986E

Color information

#A0986E (or 0xA0986E) is unknown color: approx Tallow. HEX triplet: A0, 98 and 6E. RGB value is (160,152,110). Sum of RGB (Red+Green+Blue) = 160+152+110=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A0986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0986E is #5F6791. Grayscale: #959595. Windows color (decimal): -6252434 or 7248032. OLE color: 7248032.

HSL color Cylindrical-coordinate representation of color #A0986E: hue angle of 50.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0986E is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB160152110-
CMYK00.050.310.37
HSL50.4º20.83%52.94%-
HSV(B)50.4º31.25%62.75%-
XYZ28.5431.0619.24-
YUV149.6105.65135.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 152 (59.77% from 255) = 36.02%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=37.91%
G=36.02%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015211000.050.310.3750.420.8352.94
HexA0986E051F25321535
Octal240230156053745622565
Binary1010000010011000110111001011111110010111001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0986E; }

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

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

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

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

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

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

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

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