Shades of Tallow #A9966D
Tints of Tallow #A9966D
RGB
CMYK
RGB Variations
Color information
#A9966D (or 0xA9966D) is known color: Tallow. HEX triplet: A9, 96 and 6D. RGB value is (169,150,109). Sum of RGB (Red+Green+Blue) = 169+150+109=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A9966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9966D is #566992. Grayscale: #979797. Windows color (decimal): -5663123 or 7181993. OLE color: 7181993.
HSL color Cylindrical-coordinate representation of color #A9966D: hue angle of 41º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9966D is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 109 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.34 |
| HSL | 41º | 0.26% | 0.55% | - |
| HSV(B) | 41º | 0.36% | 0.66% | - |
| XYZ | 30.03 | 31.35 | 18.94 | - |
| YUV | 151.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 109 | 0 | 0.11 | 0.36 | 0.34 | 41 | 0.26 | 0.55 |
| Hex | A9 | 96 | 6D | 0 | B | 24 | 22 | 29 | 1A | 37 |
| Octal | 251 | 226 | 155 | 0 | 13 | 44 | 42 | 51 | 32 | 67 |
| Binary | 10101001 | 10010110 | 1101101 | 0 | 1011 | 100100 | 100010 | 101001 | 11010 | 110111 |
Color Harmonies of #A9966D
Complementary color
Monochromatic Colors of #A9966D
Black with #A9966D
Text Example
Text Example
White with #A9966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9966D; }
p { color: rgb(169,150,109); }
H1.HeaderClassName
{
color: #A9966D;
}
.AnyTagClassName
{
color: #A9966D;
}
</style>
background-color css
<style>
a { background-color: #A9966D; }
a { background-color: rgb(169,150,109); }
div.DivClassName
{
background-color: #A9966D;
}
.BgClassName
{
background-color: #A9966D;
}
</style>
border-color css
<style>
span { border-color: #A9966D; }
span { border-color: rgb(169,150,109); }
td.TdClassName
{
border-color: #A9966D;
}
.TagClassName
{
border-color: #A9966D;
}
</style>