#A3966F

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

Shades of Tallow #A3966F

Tints of Tallow #A3966F

Color information

#A3966F (or 0xA3966F) is unknown color: approx Tallow. HEX triplet: A3, 96 and 6F. RGB value is (163,150,111). Sum of RGB (Red+Green+Blue) = 163+150+111=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A3966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3966F is #5C6990. Grayscale: #959595. Windows color (decimal): -6056337 or 7313059. OLE color: 7313059.

HSL color Cylindrical-coordinate representation of color #A3966F: hue angle of 45º 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 #A3966F is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB163150111-
CMYK00.080.320.36
HSL45º22.03%53.73%-
HSV(B)45º31.9%63.92%-
XYZ28.8830.7519.45-
YUV149.44106.31137.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 150 (58.98% from 255) = 35.38%
BLUE value IS 111 (43.75% from 255) = 26.18%
R=38.44%
G=35.38%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315011100.080.320.364522.0353.73
HexA3966F0820242d1636
Octal2432261570104044552666
Binary101000111001011011011110100010000010010010110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3966F; }

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

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

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

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

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

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

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

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