#A3946D

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

Shades of Tallow #A3946D

Tints of Tallow #A3946D

Color information

#A3946D (or 0xA3946D) is unknown color: approx Tallow. HEX triplet: A3, 94 and 6D. RGB value is (163,148,109). Sum of RGB (Red+Green+Blue) = 163+148+109=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A3946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3946D is #5C6B92. Grayscale: #949494. Windows color (decimal): -6056851 or 7181475. OLE color: 7181475.

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

Color convert

RGB163148109-
CMYK00.090.330.36
HSL43.33º22.69%53.33%-
HSV(B)43.33º33.13%63.92%-
XYZ28.4530.0718.77-
YUV148.04105.97138.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.81%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=38.81%
G=35.24%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314810900.090.330.3643.3322.6953.33
HexA3946D0921242b1735
Octal2432241550114144532765
Binary101000111001010011011010100110000110010010101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3946D; }

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

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

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

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

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

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

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

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