#A3976D

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

Shades of Tallow #A3976D

Tints of Tallow #A3976D

Color information

#A3976D (or 0xA3976D) is unknown color: approx Tallow. HEX triplet: A3, 97 and 6D. RGB value is (163,151,109). Sum of RGB (Red+Green+Blue) = 163+151+109=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A3976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3976D is #5C6892. Grayscale: #959595. Windows color (decimal): -6056083 or 7182243. OLE color: 7182243.

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

Color convert

RGB163151109-
CMYK00.070.330.36
HSL46.67º22.69%53.33%-
HSV(B)46.67º33.13%63.92%-
XYZ28.9331.0218.93-
YUV149.8104.98137.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 151 (59.38% from 255) = 35.70%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=38.53%
G=35.70%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315110900.070.330.3646.6722.6953.33
HexA3976D0721242f1735
Octal243227155074144572765
Binary10100011100101111101101011110000110010010111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3976D; }

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

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

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

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

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

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

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

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