Shades of Tallow #A99A6B
Tints of Tallow #A99A6B
RGB
CMYK
RGB Variations
Color information
#A99A6B (or 0xA99A6B) is known color: Tallow. HEX triplet: A9, 9A and 6B. RGB value is (169,154,107). Sum of RGB (Red+Green+Blue) = 169+154+107=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A6B is #566594. Grayscale: #999999. Windows color (decimal): -5662101 or 7051945. OLE color: 7051945.
HSL color Cylindrical-coordinate representation of color #A99A6B: hue angle of 45.48º degrees, saturation: 0.26, 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 #A99A6B is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 107 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.34 |
| HSL | 45.48º | 0.26% | 0.54% | - |
| HSV(B) | 45.48º | 0.37% | 0.66% | - |
| XYZ | 30.57 | 32.61 | 18.59 | - |
| YUV | 153.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 107 | 0 | 0.09 | 0.37 | 0.34 | 45.48 | 0.26 | 0.54 |
| Hex | A9 | 9A | 6B | 0 | 9 | 25 | 22 | 2D | 1A | 36 |
| Octal | 251 | 232 | 153 | 0 | 11 | 45 | 42 | 55 | 32 | 66 |
| Binary | 10101001 | 10011010 | 1101011 | 0 | 1001 | 100101 | 100010 | 101101 | 11010 | 110110 |
Color Harmonies of #A99A6B
Complementary color
Monochromatic Colors of #A99A6B
Black with #A99A6B
Text Example
Text Example
White with #A99A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A6B; }
p { color: rgb(169,154,107); }
H1.HeaderClassName
{
color: #A99A6B;
}
.AnyTagClassName
{
color: #A99A6B;
}
</style>
background-color css
<style>
a { background-color: #A99A6B; }
a { background-color: rgb(169,154,107); }
div.DivClassName
{
background-color: #A99A6B;
}
.BgClassName
{
background-color: #A99A6B;
}
</style>
border-color css
<style>
span { border-color: #A99A6B; }
span { border-color: rgb(169,154,107); }
td.TdClassName
{
border-color: #A99A6B;
}
.TagClassName
{
border-color: #A99A6B;
}
</style>