#A09479

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

Shades of Tallow #A09479

Tints of Tallow #A09479

Color information

#A09479 (or 0xA09479) is unknown color: approx Tallow. HEX triplet: A0, 94 and 79. RGB value is (160,148,121). Sum of RGB (Red+Green+Blue) = 160+148+121=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A09479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09479 is #5F6B86. Grayscale: #949494. Windows color (decimal): -6253447 or 7967904. OLE color: 7967904.

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

Color convert

RGB160148121-
CMYK00.070.240.37
HSL41.54º17.03%55.1%-
HSV(B)41.54º24.38%62.75%-
XYZ28.5430.0322.38-
YUV148.51112.48136.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 121 (47.66% from 255) = 28.21%
R=37.30%
G=34.50%
B=28.21%

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
Decimal16014812100.070.240.3741.5417.0355.1
HexA094790718252a1137
Octal240224171073045522167
Binary1010000010010100111100101111100010010110101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09479; }

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

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

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

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

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

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

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

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