#A3976F

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

Shades of Tallow #A3976F

Tints of Tallow #A3976F

Color information

#A3976F (or 0xA3976F) is unknown color: approx Tallow. HEX triplet: A3, 97 and 6F. RGB value is (163,151,111). Sum of RGB (Red+Green+Blue) = 163+151+111=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A3976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3976F is #5C6890. Grayscale: #969696. Windows color (decimal): -6056081 or 7313315. OLE color: 7313315.

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

Color convert

RGB163151111-
CMYK00.070.320.36
HSL46.15º22.03%53.73%-
HSV(B)46.15º31.9%63.92%-
XYZ29.0431.0719.5-
YUV150.03105.98137.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 111 (43.75% from 255) = 26.12%
R=38.35%
G=35.53%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315111100.070.320.3646.1522.0353.73
HexA3976F0720242e1636
Octal243227157074044562666
Binary10100011100101111101111011110000010010010111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3976F; }

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

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

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

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

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

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

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

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