Shades of Tallow #A09477
Tints of Tallow #A09477
RGB
CMYK
RGB Variations
Color information
#A09477 (or 0xA09477) is known color: Tallow. HEX triplet: A0, 94 and 77. RGB value is (160,148,119). Sum of RGB (Red+Green+Blue) = 160+148+119=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A09477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09477 is #5F6B88. Grayscale: #949494. Windows color (decimal): -6253449 or 7836832. OLE color: 7836832.
HSL color Cylindrical-coordinate representation of color #A09477: hue angle of 42.44º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A09477 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 148 | 119 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.37 |
| HSL | 42.44º | 0.18% | 0.55% | - |
| HSV(B) | 42.44º | 0.26% | 0.63% | - |
| XYZ | 28.42 | 29.99 | 21.74 | - |
| YUV | 148.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 119 | 0 | 0.07 | 0.26 | 0.37 | 42.44 | 0.18 | 0.55 |
| Hex | A0 | 94 | 77 | 0 | 7 | 1A | 25 | 2A | 12 | 37 |
| Octal | 240 | 224 | 167 | 0 | 7 | 32 | 45 | 52 | 22 | 67 |
| Binary | 10100000 | 10010100 | 1110111 | 0 | 111 | 11010 | 100101 | 101010 | 10010 | 110111 |
Color Harmonies of #A09477
Complementary color
Monochromatic Colors of #A09477
Black with #A09477
Text Example
Text Example
White with #A09477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09477; }
p { color: rgb(160,148,119); }
H1.HeaderClassName
{
color: #A09477;
}
.AnyTagClassName
{
color: #A09477;
}
</style>
background-color css
<style>
a { background-color: #A09477; }
a { background-color: rgb(160,148,119); }
div.DivClassName
{
background-color: #A09477;
}
.BgClassName
{
background-color: #A09477;
}
</style>
border-color css
<style>
span { border-color: #A09477; }
span { border-color: rgb(160,148,119); }
td.TdClassName
{
border-color: #A09477;
}
.TagClassName
{
border-color: #A09477;
}
</style>