#A3986E

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

Shades of Tallow #A3986E

Tints of Tallow #A3986E

Color information

#A3986E (or 0xA3986E) is unknown color: approx Tallow. HEX triplet: A3, 98 and 6E. RGB value is (163,152,110). Sum of RGB (Red+Green+Blue) = 163+152+110=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A3986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3986E is #5C6791. Grayscale: #969696. Windows color (decimal): -6055826 or 7248035. OLE color: 7248035.

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

Color convert

RGB163152110-
CMYK00.070.330.36
HSL47.55º22.36%53.53%-
HSV(B)47.55º32.52%63.92%-
XYZ29.1531.3719.27-
YUV150.5105.14136.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 152 (59.77% from 255) = 35.76%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=38.35%
G=35.76%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315211000.070.330.3647.5522.3653.53
HexA3986E072124301636
Octal243230156074144602666
Binary10100011100110001101110011110000110010011000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3986E; }

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

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

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

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

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

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

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

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