#A3946A

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

Shades of Tallow #A3946A

Tints of Tallow #A3946A

Color information

#A3946A (or 0xA3946A) is unknown color: approx Tallow. HEX triplet: A3, 94 and 6A. RGB value is (163,148,106). Sum of RGB (Red+Green+Blue) = 163+148+106=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A3946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3946A is #5C6B95. Grayscale: #939393. Windows color (decimal): -6056854 or 6984867. OLE color: 6984867.

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

Color convert

RGB163148106-
CMYK00.090.350.36
HSL44.21º23.65%52.75%-
HSV(B)44.21º34.97%63.92%-
XYZ28.330.0117.94-
YUV147.7104.47138.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=39.09%
G=35.49%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314810600.090.350.3644.2123.6552.75
HexA3946A0923242c1835
Octal2432241520114344543065
Binary101000111001010011010100100110001110010010110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3946A; }

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

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

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

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

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

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

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

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