#A19870

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

Shades of Tallow #A19870

Tints of Tallow #A19870

Color information

#A19870 (or 0xA19870) is unknown color: approx Tallow. HEX triplet: A1, 98 and 70. RGB value is (161,152,112). Sum of RGB (Red+Green+Blue) = 161+152+112=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A19870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19870 is #5E678F. Grayscale: #969696. Windows color (decimal): -6186896 or 7379105. OLE color: 7379105.

HSL color Cylindrical-coordinate representation of color #A19870: hue angle of 48.98º degrees, saturation: 0.21, 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 #A19870 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB161152112-
CMYK00.060.300.37
HSL48.98º20.68%53.53%-
HSV(B)48.98º30.43%63.14%-
XYZ28.8531.219.83-
YUV150.13106.48135.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 152 (59.77% from 255) = 35.76%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=37.88%
G=35.76%
B=26.35%

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
Decimal16115211200.060.300.3748.9820.6853.53
HexA19870061E25311536
Octal241230160063645612566
Binary1010000110011000111000001101111010010111000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19870; }

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

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

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

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

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

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

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

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