#A3966D

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

Shades of Tallow #A3966D

Tints of Tallow #A3966D

Color information

#A3966D (or 0xA3966D) is unknown color: approx Tallow. HEX triplet: A3, 96 and 6D. RGB value is (163,150,109). Sum of RGB (Red+Green+Blue) = 163+150+109=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A3966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3966D is #5C6992. Grayscale: #959595. Windows color (decimal): -6056339 or 7181987. OLE color: 7181987.

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

Color convert

RGB163150109-
CMYK00.080.330.36
HSL45.56º22.69%53.33%-
HSV(B)45.56º33.13%63.92%-
XYZ28.7730.718.88-
YUV149.21105.31137.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.63%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 109 (42.97% from 255) = 25.83%
R=38.63%
G=35.55%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315010900.080.330.3645.5622.6953.33
HexA3966D0821242e1735
Octal2432261550104144562765
Binary101000111001011011011010100010000110010010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3966D; }

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

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

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

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

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

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

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

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