#A3976B

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

Shades of Tallow #A3976B

Tints of Tallow #A3976B

Color information

#A3976B (or 0xA3976B) is unknown color: approx Tallow. HEX triplet: A3, 97 and 6B. RGB value is (163,151,107). Sum of RGB (Red+Green+Blue) = 163+151+107=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A3976B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3976B is #5C6894. Grayscale: #959595. Windows color (decimal): -6056085 or 7051171. OLE color: 7051171.

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

Color convert

RGB163151107-
CMYK00.070.340.36
HSL47.14º23.33%52.94%-
HSV(B)47.14º34.36%63.92%-
XYZ28.8230.9818.37-
YUV149.57103.98137.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.72%
GREEN value IS 151 (59.38% from 255) = 35.87%
BLUE value IS 107 (42.19% from 255) = 25.42%
R=38.72%
G=35.87%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315110700.070.340.3647.1423.3352.94
HexA3976B0722242f1735
Octal243227153074244572765
Binary10100011100101111101011011110001010010010111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3976B; }

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

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

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

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

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

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

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

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