#A3946B

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

Shades of Tallow #A3946B

Tints of Tallow #A3946B

Color information

#A3946B (or 0xA3946B) is unknown color: approx Tallow. HEX triplet: A3, 94 and 6B. RGB value is (163,148,107). Sum of RGB (Red+Green+Blue) = 163+148+107=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3946B is #5C6B94. Grayscale: #939393. Windows color (decimal): -6056853 or 7050403. OLE color: 7050403.

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

Color convert

RGB163148107-
CMYK00.090.340.36
HSL43.93º23.33%52.94%-
HSV(B)43.93º34.36%63.92%-
XYZ28.3530.0318.21-
YUV147.81104.97138.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 148 (58.20% from 255) = 35.41%
BLUE value IS 107 (42.19% from 255) = 25.60%
R=39.00%
G=35.41%
B=25.60%

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
Decimal16314810700.090.340.3643.9323.3352.94
HexA3946B0922242c1735
Octal2432241530114244542765
Binary101000111001010011010110100110001010010010110010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3946B; }

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

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

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

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

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

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

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

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