#A19879

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

Shades of Tallow #A19879

Tints of Tallow #A19879

Color information

#A19879 (or 0xA19879) is unknown color: approx Tallow. HEX triplet: A1, 98 and 79. RGB value is (161,152,121). Sum of RGB (Red+Green+Blue) = 161+152+121=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A19879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19879 is #5E6786. Grayscale: #979797. Windows color (decimal): -6186887 or 7968929. OLE color: 7968929.

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

Color convert

RGB161152121-
CMYK00.060.250.37
HSL46.5º17.54%55.29%-
HSV(B)46.5º24.84%63.14%-
XYZ29.3831.4122.6-
YUV151.16110.98135.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 121 (47.66% from 255) = 27.88%
R=37.10%
G=35.02%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115212100.060.250.3746.517.5455.29
HexA198790619252f1237
Octal241230171063145572267
Binary1010000110011000111100101101100110010110111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19879; }

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

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

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

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

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

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

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

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