Shades of Tallow #A99A67
Tints of Tallow #A99A67
RGB
CMYK
RGB Variations
Color information
#A99A67 (or 0xA99A67) is known color: Tallow. HEX triplet: A9, 9A and 67. RGB value is (169,154,103). Sum of RGB (Red+Green+Blue) = 169+154+103=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A67 is #566598. Grayscale: #989898. Windows color (decimal): -5662105 or 6789801. OLE color: 6789801.
HSL color Cylindrical-coordinate representation of color #A99A67: hue angle of 46.36º 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 #A99A67 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 103 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.34 |
| HSL | 46.36º | 0.28% | 0.53% | - |
| HSV(B) | 46.36º | 0.39% | 0.66% | - |
| XYZ | 30.37 | 32.53 | 17.51 | - |
| YUV | 152.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 103 | 0 | 0.09 | 0.39 | 0.34 | 46.36 | 0.28 | 0.53 |
| Hex | A9 | 9A | 67 | 0 | 9 | 27 | 22 | 2E | 1C | 35 |
| Octal | 251 | 232 | 147 | 0 | 11 | 47 | 42 | 56 | 34 | 65 |
| Binary | 10101001 | 10011010 | 1100111 | 0 | 1001 | 100111 | 100010 | 101110 | 11100 | 110101 |
Color Harmonies of #A99A67
Complementary color
Monochromatic Colors of #A99A67
Black with #A99A67
Text Example
Text Example
White with #A99A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A67; }
p { color: rgb(169,154,103); }
H1.HeaderClassName
{
color: #A99A67;
}
.AnyTagClassName
{
color: #A99A67;
}
</style>
background-color css
<style>
a { background-color: #A99A67; }
a { background-color: rgb(169,154,103); }
div.DivClassName
{
background-color: #A99A67;
}
.BgClassName
{
background-color: #A99A67;
}
</style>
border-color css
<style>
span { border-color: #A99A67; }
span { border-color: rgb(169,154,103); }
td.TdClassName
{
border-color: #A99A67;
}
.TagClassName
{
border-color: #A99A67;
}
</style>