#A1976C

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

Shades of Tallow #A1976C

Tints of Tallow #A1976C

Color information

#A1976C (or 0xA1976C) is unknown color: approx Tallow. HEX triplet: A1, 97 and 6C. RGB value is (161,151,108). Sum of RGB (Red+Green+Blue) = 161+151+108=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A1976C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1976C is #5E6893. Grayscale: #959595. Windows color (decimal): -6187156 or 7116705. OLE color: 7116705.

HSL color Cylindrical-coordinate representation of color #A1976C: hue angle of 48.68º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1976C is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB161151108-
CMYK00.060.330.37
HSL48.68º21.99%52.75%-
HSV(B)48.68º32.92%63.14%-
XYZ28.4730.7918.63-
YUV149.09104.81136.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.33%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 108 (42.58% from 255) = 25.71%
R=38.33%
G=35.95%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115110800.060.330.3748.6821.9952.75
HexA1976C062125311635
Octal241227154064145612665
Binary10100001100101111101100011010000110010111000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1976C; }

 p { color: rgb(161,151,108); }

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

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

 a { background-color: rgb(161,151,108); }

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

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

 span { border-color: rgb(161,151,108); }

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