#A19871

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

Shades of Tallow #A19871

Tints of Tallow #A19871

Color information

#A19871 (or 0xA19871) is unknown color: approx Tallow. HEX triplet: A1, 98 and 71. RGB value is (161,152,113). Sum of RGB (Red+Green+Blue) = 161+152+113=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A19871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19871 is #5E678E. Grayscale: #969696. Windows color (decimal): -6186895 or 7444641. OLE color: 7444641.

HSL color Cylindrical-coordinate representation of color #A19871: hue angle of 48.75º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A19871 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB161152113-
CMYK00.060.300.37
HSL48.75º20.34%53.73%-
HSV(B)48.75º29.81%63.14%-
XYZ28.9131.2320.13-
YUV150.24106.98135.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.79%
GREEN value IS 152 (59.77% from 255) = 35.68%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=37.79%
G=35.68%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115211300.060.300.3748.7520.3453.73
HexA19871061E25311436
Octal241230161063645612466
Binary1010000110011000111000101101111010010111000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19871; }

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

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

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

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

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

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

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

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