#A0986F

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

Shades of Tallow #A0986F

Tints of Tallow #A0986F

Color information

#A0986F (or 0xA0986F) is unknown color: approx Tallow. HEX triplet: A0, 98 and 6F. RGB value is (160,152,111). Sum of RGB (Red+Green+Blue) = 160+152+111=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A0986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0986F is #5F6790. Grayscale: #959595. Windows color (decimal): -6252433 or 7313568. OLE color: 7313568.

HSL color Cylindrical-coordinate representation of color #A0986F: hue angle of 50.2º 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 #A0986F is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB160152111-
CMYK00.050.310.37
HSL50.2º20.5%53.14%-
HSV(B)50.2º30.63%62.75%-
XYZ28.5931.0819.53-
YUV149.72106.15135.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.83%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 111 (43.75% from 255) = 26.24%
R=37.83%
G=35.93%
B=26.24%

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
Decimal16015211100.050.310.3750.220.553.14
HexA0986F051F25321535
Octal240230157053745622565
Binary1010000010011000110111101011111110010111001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0986F; }

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

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

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

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

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

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

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

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