#A3946C

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

Shades of Tallow #A3946C

Tints of Tallow #A3946C

Color information

#A3946C (or 0xA3946C) is unknown color: approx Tallow. HEX triplet: A3, 94 and 6C. RGB value is (163,148,108). Sum of RGB (Red+Green+Blue) = 163+148+108=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3946C is #5C6B93. Grayscale: #949494. Windows color (decimal): -6056852 or 7115939. OLE color: 7115939.

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

Color convert

RGB163148108-
CMYK00.090.340.36
HSL43.64º23.01%53.14%-
HSV(B)43.64º33.74%63.92%-
XYZ28.430.0518.49-
YUV147.93105.47138.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=38.90%
G=35.32%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314810800.090.340.3643.6423.0153.14
HexA3946C0922242c1735
Octal2432241540114244542765
Binary101000111001010011011000100110001010010010110010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3946C; }

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

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

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

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

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

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

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

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