#A09679

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

Shades of Tallow #A09679

Tints of Tallow #A09679

Color information

#A09679 (or 0xA09679) is unknown color: approx Tallow. HEX triplet: A0, 96 and 79. RGB value is (160,150,121). Sum of RGB (Red+Green+Blue) = 160+150+121=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A09679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09679 is #5F6986. Grayscale: #959595. Windows color (decimal): -6252935 or 7968416. OLE color: 7968416.

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

Color convert

RGB160150121-
CMYK00.060.240.37
HSL44.62º17.03%55.1%-
HSV(B)44.62º24.38%62.75%-
XYZ28.8530.6722.49-
YUV149.68111.81135.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 150 (58.98% from 255) = 34.80%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=37.12%
G=34.80%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015012100.060.240.3744.6217.0355.1
HexA096790618252d1137
Octal240226171063045552167
Binary1010000010010110111100101101100010010110110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09679; }

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

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

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

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

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

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

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

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