#A19579

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

Shades of Tallow #A19579

Tints of Tallow #A19579

Color information

#A19579 (or 0xA19579) is unknown color: approx Tallow. HEX triplet: A1, 95 and 79. RGB value is (161,149,121). Sum of RGB (Red+Green+Blue) = 161+149+121=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A19579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19579 is #5E6A86. Grayscale: #959595. Windows color (decimal): -6187655 or 7968161. OLE color: 7968161.

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

Color convert

RGB161149121-
CMYK00.070.250.37
HSL42º17.54%55.29%-
HSV(B)42º24.84%63.14%-
XYZ28.930.4522.44-
YUV149.4111.98136.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=37.35%
G=34.57%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114912100.070.250.374217.5455.29
HexA195790719252a1237
Octal241225171073145522267
Binary1010000110010101111100101111100110010110101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19579; }

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

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

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

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

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

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

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

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