Shades of Tallow #A99668
Tints of Tallow #A99668
RGB
CMYK
RGB Variations
Color information
#A99668 (or 0xA99668) is known color: Tallow. HEX triplet: A9, 96 and 68. RGB value is (169,150,104). Sum of RGB (Red+Green+Blue) = 169+150+104=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A99668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99668 is #566997. Grayscale: #969696. Windows color (decimal): -5663128 or 6854313. OLE color: 6854313.
HSL color Cylindrical-coordinate representation of color #A99668: hue angle of 42.46º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A99668 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 104 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.34 |
| HSL | 42.46º | 0.27% | 0.54% | - |
| HSV(B) | 42.46º | 0.38% | 0.66% | - |
| XYZ | 29.77 | 31.25 | 17.56 | - |
| YUV | 150.44 | 101.79 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 104 | 0 | 0.11 | 0.38 | 0.34 | 42.46 | 0.27 | 0.54 |
| Hex | A9 | 96 | 68 | 0 | B | 26 | 22 | 2A | 1B | 36 |
| Octal | 251 | 226 | 150 | 0 | 13 | 46 | 42 | 52 | 33 | 66 |
| Binary | 10101001 | 10010110 | 1101000 | 0 | 1011 | 100110 | 100010 | 101010 | 11011 | 110110 |
Color Harmonies of #A99668
Complementary color
Monochromatic Colors of #A99668
Black with #A99668
Text Example
Text Example
White with #A99668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99668; }
p { color: rgb(169,150,104); }
H1.HeaderClassName
{
color: #A99668;
}
.AnyTagClassName
{
color: #A99668;
}
</style>
background-color css
<style>
a { background-color: #A99668; }
a { background-color: rgb(169,150,104); }
div.DivClassName
{
background-color: #A99668;
}
.BgClassName
{
background-color: #A99668;
}
</style>
border-color css
<style>
span { border-color: #A99668; }
span { border-color: rgb(169,150,104); }
td.TdClassName
{
border-color: #A99668;
}
.TagClassName
{
border-color: #A99668;
}
</style>