#A19978

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

Shades of Tallow #A19978

Tints of Tallow #A19978

Color information

#A19978 (or 0xA19978) is unknown color: approx Tallow. HEX triplet: A1, 99 and 78. RGB value is (161,153,120). Sum of RGB (Red+Green+Blue) = 161+153+120=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A19978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19978 is #5E6687. Grayscale: #979797. Windows color (decimal): -6186632 or 7903649. OLE color: 7903649.

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

Color convert

RGB161153120-
CMYK00.050.250.37
HSL48.29º17.9%55.1%-
HSV(B)48.29º25.47%63.14%-
XYZ29.4831.7222.34-
YUV151.63110.15134.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 153 (60.16% from 255) = 35.25%
BLUE value IS 120 (47.27% from 255) = 27.65%
R=37.10%
G=35.25%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115312000.050.250.3748.2917.955.1
HexA19978051925301237
Octal241231170053145602267
Binary1010000110011001111100001011100110010111000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19978; }

 p { color: rgb(161,153,120); }

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

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

 a { background-color: rgb(161,153,120); }

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

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

 span { border-color: rgb(161,153,120); }

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