Shades of Tallow #A99A6A
Tints of Tallow #A99A6A
RGB
CMYK
RGB Variations
Color information
#A99A6A (or 0xA99A6A) is known color: Tallow. HEX triplet: A9, 9A and 6A. RGB value is (169,154,106). Sum of RGB (Red+Green+Blue) = 169+154+106=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A6A is #566595. Grayscale: #999999. Windows color (decimal): -5662102 or 6986409. OLE color: 6986409.
HSL color Cylindrical-coordinate representation of color #A99A6A: hue angle of 45.71º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A99A6A is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 106 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.34 |
| HSL | 45.71º | 0.27% | 0.54% | - |
| HSV(B) | 45.71º | 0.37% | 0.66% | - |
| XYZ | 30.52 | 32.59 | 18.32 | - |
| YUV | 153.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 106 | 0 | 0.09 | 0.37 | 0.34 | 45.71 | 0.27 | 0.54 |
| Hex | A9 | 9A | 6A | 0 | 9 | 25 | 22 | 2E | 1B | 36 |
| Octal | 251 | 232 | 152 | 0 | 11 | 45 | 42 | 56 | 33 | 66 |
| Binary | 10101001 | 10011010 | 1101010 | 0 | 1001 | 100101 | 100010 | 101110 | 11011 | 110110 |
Color Harmonies of #A99A6A
Complementary color
Monochromatic Colors of #A99A6A
Black with #A99A6A
Text Example
Text Example
White with #A99A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A6A; }
p { color: rgb(169,154,106); }
H1.HeaderClassName
{
color: #A99A6A;
}
.AnyTagClassName
{
color: #A99A6A;
}
</style>
background-color css
<style>
a { background-color: #A99A6A; }
a { background-color: rgb(169,154,106); }
div.DivClassName
{
background-color: #A99A6A;
}
.BgClassName
{
background-color: #A99A6A;
}
</style>
border-color css
<style>
span { border-color: #A99A6A; }
span { border-color: rgb(169,154,106); }
td.TdClassName
{
border-color: #A99A6A;
}
.TagClassName
{
border-color: #A99A6A;
}
</style>