#A1987A

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

Shades of Tallow #A1987A

Tints of Tallow #A1987A

Color information

#A1987A (or 0xA1987A) is unknown color: approx Tallow. HEX triplet: A1, 98 and 7A. RGB value is (161,152,122). Sum of RGB (Red+Green+Blue) = 161+152+122=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A1987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1987A is #5E6785. Grayscale: #979797. Windows color (decimal): -6186886 or 8034465. OLE color: 8034465.

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

Color convert

RGB161152122-
CMYK00.060.240.37
HSL46.15º17.18%55.49%-
HSV(B)46.15º24.22%63.14%-
XYZ29.4431.4422.93-
YUV151.27111.48134.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.01%
GREEN value IS 152 (59.77% from 255) = 34.94%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=37.01%
G=34.94%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115212200.060.240.3746.1517.1855.49
HexA1987A0618252e1137
Octal241230172063045562167
Binary1010000110011000111101001101100010010110111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1987A; }

 p { color: rgb(161,152,122); }

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

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

 a { background-color: rgb(161,152,122); }

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

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

 span { border-color: rgb(161,152,122); }

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