Shades of Tallow #A09677
Tints of Tallow #A09677
RGB
CMYK
RGB Variations
Color information
#A09677 (or 0xA09677) is known color: Tallow. HEX triplet: A0, 96 and 77. RGB value is (160,150,119). Sum of RGB (Red+Green+Blue) = 160+150+119=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A09677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09677 is #5F6988. Grayscale: #959595. Windows color (decimal): -6252937 or 7837344. OLE color: 7837344.
HSL color Cylindrical-coordinate representation of color #A09677: hue angle of 45.37º 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 #A09677 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 150 | 119 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.37 |
| HSL | 45.37º | 0.18% | 0.55% | - |
| HSV(B) | 45.37º | 0.26% | 0.63% | - |
| XYZ | 28.73 | 30.62 | 21.85 | - |
| YUV | 149.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 119 | 0 | 0.06 | 0.26 | 0.37 | 45.37 | 0.18 | 0.55 |
| Hex | A0 | 96 | 77 | 0 | 6 | 1A | 25 | 2D | 12 | 37 |
| Octal | 240 | 226 | 167 | 0 | 6 | 32 | 45 | 55 | 22 | 67 |
| Binary | 10100000 | 10010110 | 1110111 | 0 | 110 | 11010 | 100101 | 101101 | 10010 | 110111 |
Color Harmonies of #A09677
Complementary color
Monochromatic Colors of #A09677
Black with #A09677
Text Example
Text Example
White with #A09677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09677; }
p { color: rgb(160,150,119); }
H1.HeaderClassName
{
color: #A09677;
}
.AnyTagClassName
{
color: #A09677;
}
</style>
background-color css
<style>
a { background-color: #A09677; }
a { background-color: rgb(160,150,119); }
div.DivClassName
{
background-color: #A09677;
}
.BgClassName
{
background-color: #A09677;
}
</style>
border-color css
<style>
span { border-color: #A09677; }
span { border-color: rgb(160,150,119); }
td.TdClassName
{
border-color: #A09677;
}
.TagClassName
{
border-color: #A09677;
}
</style>