Shades of Tallow #A99667
Tints of Tallow #A99667
RGB
CMYK
RGB Variations
Color information
#A99667 (or 0xA99667) is known color: Tallow. HEX triplet: A9, 96 and 67. RGB value is (169,150,103). Sum of RGB (Red+Green+Blue) = 169+150+103=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A99667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99667 is #566998. Grayscale: #969696. Windows color (decimal): -5663129 or 6788777. OLE color: 6788777.
HSL color Cylindrical-coordinate representation of color #A99667: hue angle of 42.73º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A99667 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 103 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.34 |
| HSL | 42.73º | 0.28% | 0.53% | - |
| HSV(B) | 42.73º | 0.39% | 0.66% | - |
| XYZ | 29.72 | 31.23 | 17.29 | - |
| YUV | 150.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 103 | 0 | 0.11 | 0.39 | 0.34 | 42.73 | 0.28 | 0.53 |
| Hex | A9 | 96 | 67 | 0 | B | 27 | 22 | 2B | 1C | 35 |
| Octal | 251 | 226 | 147 | 0 | 13 | 47 | 42 | 53 | 34 | 65 |
| Binary | 10101001 | 10010110 | 1100111 | 0 | 1011 | 100111 | 100010 | 101011 | 11100 | 110101 |
Color Harmonies of #A99667
Complementary color
Monochromatic Colors of #A99667
Black with #A99667
Text Example
Text Example
White with #A99667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99667; }
p { color: rgb(169,150,103); }
H1.HeaderClassName
{
color: #A99667;
}
.AnyTagClassName
{
color: #A99667;
}
</style>
background-color css
<style>
a { background-color: #A99667; }
a { background-color: rgb(169,150,103); }
div.DivClassName
{
background-color: #A99667;
}
.BgClassName
{
background-color: #A99667;
}
</style>
border-color css
<style>
span { border-color: #A99667; }
span { border-color: rgb(169,150,103); }
td.TdClassName
{
border-color: #A99667;
}
.TagClassName
{
border-color: #A99667;
}
</style>