Shades of Tallow #A99B69
Tints of Tallow #A99B69
RGB
CMYK
RGB Variations
Color information
#A99B69 (or 0xA99B69) is known color: Tallow. HEX triplet: A9, 9B and 69. RGB value is (169,155,105). Sum of RGB (Red+Green+Blue) = 169+155+105=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99B69 is #566496. Grayscale: #999999. Windows color (decimal): -5661847 or 6921129. OLE color: 6921129.
HSL color Cylindrical-coordinate representation of color #A99B69: hue angle of 46.88º 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 #A99B69 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 155 | 105 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.34 |
| HSL | 46.88º | 0.27% | 0.54% | - |
| HSV(B) | 46.88º | 0.38% | 0.66% | - |
| XYZ | 30.63 | 32.9 | 18.1 | - |
| YUV | 153.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 105 | 0 | 0.08 | 0.38 | 0.34 | 46.88 | 0.27 | 0.54 |
| Hex | A9 | 9B | 69 | 0 | 8 | 26 | 22 | 2F | 1B | 36 |
| Octal | 251 | 233 | 151 | 0 | 10 | 46 | 42 | 57 | 33 | 66 |
| Binary | 10101001 | 10011011 | 1101001 | 0 | 1000 | 100110 | 100010 | 101111 | 11011 | 110110 |
Color Harmonies of #A99B69
Complementary color
Monochromatic Colors of #A99B69
Black with #A99B69
Text Example
Text Example
White with #A99B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99B69; }
p { color: rgb(169,155,105); }
H1.HeaderClassName
{
color: #A99B69;
}
.AnyTagClassName
{
color: #A99B69;
}
</style>
background-color css
<style>
a { background-color: #A99B69; }
a { background-color: rgb(169,155,105); }
div.DivClassName
{
background-color: #A99B69;
}
.BgClassName
{
background-color: #A99B69;
}
</style>
border-color css
<style>
span { border-color: #A99B69; }
span { border-color: rgb(169,155,105); }
td.TdClassName
{
border-color: #A99B69;
}
.TagClassName
{
border-color: #A99B69;
}
</style>