#A09579

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

Shades of Tallow #A09579

Tints of Tallow #A09579

Color information

#A09579 (or 0xA09579) is unknown color: approx Tallow. HEX triplet: A0, 95 and 79. RGB value is (160,149,121). Sum of RGB (Red+Green+Blue) = 160+149+121=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A09579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09579 is #5F6A86. Grayscale: #959595. Windows color (decimal): -6253191 or 7968160. OLE color: 7968160.

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

Color convert

RGB160149121-
CMYK00.070.240.37
HSL43.08º17.03%55.1%-
HSV(B)43.08º24.38%62.75%-
XYZ28.730.3522.43-
YUV149.1112.14135.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 149 (58.59% from 255) = 34.65%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=37.21%
G=34.65%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014912100.070.240.3743.0817.0355.1
HexA095790718252b1137
Octal240225171073045532167
Binary1010000010010101111100101111100010010110101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09579; }

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

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

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

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

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

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

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

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