#A3976E

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

Shades of Tallow #A3976E

Tints of Tallow #A3976E

Color information

#A3976E (or 0xA3976E) is unknown color: approx Tallow. HEX triplet: A3, 97 and 6E. RGB value is (163,151,110). Sum of RGB (Red+Green+Blue) = 163+151+110=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A3976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3976E is #5C6891. Grayscale: #969696. Windows color (decimal): -6056082 or 7247779. OLE color: 7247779.

HSL color Cylindrical-coordinate representation of color #A3976E: hue angle of 46.42º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3976E is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB163151110-
CMYK00.070.330.36
HSL46.42º22.36%53.53%-
HSV(B)46.42º32.52%63.92%-
XYZ28.9931.0519.22-
YUV149.91105.48137.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 110 (43.36% from 255) = 25.94%
R=38.44%
G=35.61%
B=25.94%

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
Decimal16315111000.070.330.3646.4222.3653.53
HexA3976E0721242e1636
Octal243227156074144562666
Binary10100011100101111101110011110000110010010111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3976E; }

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

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

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

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

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

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

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

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