#A09879

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

Shades of Tallow #A09879

Tints of Tallow #A09879

Color information

#A09879 (or 0xA09879) is unknown color: approx Tallow. HEX triplet: A0, 98 and 79. RGB value is (160,152,121). Sum of RGB (Red+Green+Blue) = 160+152+121=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A09879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09879 is #5F6786. Grayscale: #969696. Windows color (decimal): -6252423 or 7968928. OLE color: 7968928.

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

Color convert

RGB160152121-
CMYK00.050.240.37
HSL47.69º17.03%55.1%-
HSV(B)47.69º24.38%62.75%-
XYZ29.1831.3122.59-
YUV150.86111.15134.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 152 (59.77% from 255) = 35.10%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=36.95%
G=35.10%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015212100.050.240.3747.6917.0355.1
HexA09879051825301137
Octal240230171053045602167
Binary1010000010011000111100101011100010010111000010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09879; }

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

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

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

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

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

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

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

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