Shades of Tallow #A9A26B
Tints of Tallow #A9A26B
RGB
CMYK
RGB Variations
Color information
#A9A26B (or 0xA9A26B) is known color: Tallow. HEX triplet: A9, A2 and 6B. RGB value is (169,162,107). Sum of RGB (Red+Green+Blue) = 169+162+107=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A26B is #565D94. Grayscale: #9E9E9E. Windows color (decimal): -5660053 or 7053993. OLE color: 7053993.
HSL color Cylindrical-coordinate representation of color #A9A26B: hue angle of 53.23º 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 #A9A26B is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 162 | 107 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.34 |
| HSL | 53.23º | 0.26% | 0.54% | - |
| HSV(B) | 53.23º | 0.37% | 0.66% | - |
| XYZ | 31.94 | 35.34 | 19.05 | - |
| YUV | 157.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 162 | 107 | 0 | 0.04 | 0.37 | 0.34 | 53.23 | 0.26 | 0.54 |
| Hex | A9 | A2 | 6B | 0 | 4 | 25 | 22 | 35 | 1A | 36 |
| Octal | 251 | 242 | 153 | 0 | 4 | 45 | 42 | 65 | 32 | 66 |
| Binary | 10101001 | 10100010 | 1101011 | 0 | 100 | 100101 | 100010 | 110101 | 11010 | 110110 |
Color Harmonies of #A9A26B
Complementary color
Monochromatic Colors of #A9A26B
Black with #A9A26B
Text Example
Text Example
White with #A9A26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A26B; }
p { color: rgb(169,162,107); }
H1.HeaderClassName
{
color: #A9A26B;
}
.AnyTagClassName
{
color: #A9A26B;
}
</style>
background-color css
<style>
a { background-color: #A9A26B; }
a { background-color: rgb(169,162,107); }
div.DivClassName
{
background-color: #A9A26B;
}
.BgClassName
{
background-color: #A9A26B;
}
</style>
border-color css
<style>
span { border-color: #A9A26B; }
span { border-color: rgb(169,162,107); }
td.TdClassName
{
border-color: #A9A26B;
}
.TagClassName
{
border-color: #A9A26B;
}
</style>