#A19770

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

Shades of Tallow #A19770

Tints of Tallow #A19770

Color information

#A19770 (or 0xA19770) is unknown color: approx Tallow. HEX triplet: A1, 97 and 70. RGB value is (161,151,112). Sum of RGB (Red+Green+Blue) = 161+151+112=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A19770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19770 is #5E688F. Grayscale: #959595. Windows color (decimal): -6187152 or 7378849. OLE color: 7378849.

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

Color convert

RGB161151112-
CMYK00.060.300.37
HSL47.76º20.68%53.53%-
HSV(B)47.76º30.43%63.14%-
XYZ28.6930.8819.78-
YUV149.54106.81136.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 112 (44.14% from 255) = 26.42%
R=37.97%
G=35.61%
B=26.42%

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
Decimal16115111200.060.300.3747.7620.6853.53
HexA19770061E25301536
Octal241227160063645602566
Binary1010000110010111111000001101111010010111000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19770; }

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

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

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

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

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

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

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

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