#A3976A

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

Shades of Tallow #A3976A

Tints of Tallow #A3976A

Color information

#A3976A (or 0xA3976A) is unknown color: approx Tallow. HEX triplet: A3, 97 and 6A. RGB value is (163,151,106). Sum of RGB (Red+Green+Blue) = 163+151+106=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A3976A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3976A is #5C6895. Grayscale: #959595. Windows color (decimal): -6056086 or 6985635. OLE color: 6985635.

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

Color convert

RGB163151106-
CMYK00.070.350.36
HSL47.37º23.65%52.75%-
HSV(B)47.37º34.97%63.92%-
XYZ28.7730.9618.1-
YUV149.46103.48137.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.81%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=38.81%
G=35.95%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315110600.070.350.3647.3723.6552.75
HexA3976A0723242f1835
Octal243227152074344573065
Binary10100011100101111101010011110001110010010111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3976A; }

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

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

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

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

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

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

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

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