#A3986F

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

Shades of Tallow #A3986F

Tints of Tallow #A3986F

Color information

#A3986F (or 0xA3986F) is unknown color: approx Tallow. HEX triplet: A3, 98 and 6F. RGB value is (163,152,111). Sum of RGB (Red+Green+Blue) = 163+152+111=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A3986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3986F is #5C6790. Grayscale: #969696. Windows color (decimal): -6055825 or 7313571. OLE color: 7313571.

HSL color Cylindrical-coordinate representation of color #A3986F: hue angle of 47.31º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3986F is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB163152111-
CMYK00.070.320.36
HSL47.31º22.03%53.73%-
HSV(B)47.31º31.9%63.92%-
XYZ29.231.3919.56-
YUV150.61105.64136.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 152 (59.77% from 255) = 35.68%
BLUE value IS 111 (43.75% from 255) = 26.06%
R=38.26%
G=35.68%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315211100.070.320.3647.3122.0353.73
HexA3986F0720242f1636
Octal243230157074044572666
Binary10100011100110001101111011110000010010010111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3986F; }

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

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

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

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

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

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

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

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