Shades of Tallow #A59C69
Tints of Tallow #A59C69
RGB
CMYK
RGB Variations
Color information
#A59C69 (or 0xA59C69) is known color: Tallow. HEX triplet: A5, 9C and 69. RGB value is (165,156,105). Sum of RGB (Red+Green+Blue) = 165+156+105=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59C69 is #5A6396. Grayscale: #999999. Windows color (decimal): -5923735 or 6921381. OLE color: 6921381.
HSL color Cylindrical-coordinate representation of color #A59C69: hue angle of 51º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A59C69 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 105 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.35 |
| HSL | 51º | 0.25% | 0.53% | - |
| HSV(B) | 51º | 0.36% | 0.65% | - |
| XYZ | 29.96 | 32.8 | 18.12 | - |
| YUV | 152.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 105 | 0 | 0.05 | 0.36 | 0.35 | 51 | 0.25 | 0.53 |
| Hex | A5 | 9C | 69 | 0 | 5 | 24 | 23 | 33 | 19 | 35 |
| Octal | 245 | 234 | 151 | 0 | 5 | 44 | 43 | 63 | 31 | 65 |
| Binary | 10100101 | 10011100 | 1101001 | 0 | 101 | 100100 | 100011 | 110011 | 11001 | 110101 |
Color Harmonies of #A59C69
Complementary color
Monochromatic Colors of #A59C69
Black with #A59C69
Text Example
Text Example
White with #A59C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59C69; }
p { color: rgb(165,156,105); }
H1.HeaderClassName
{
color: #A59C69;
}
.AnyTagClassName
{
color: #A59C69;
}
</style>
background-color css
<style>
a { background-color: #A59C69; }
a { background-color: rgb(165,156,105); }
div.DivClassName
{
background-color: #A59C69;
}
.BgClassName
{
background-color: #A59C69;
}
</style>
border-color css
<style>
span { border-color: #A59C69; }
span { border-color: rgb(165,156,105); }
td.TdClassName
{
border-color: #A59C69;
}
.TagClassName
{
border-color: #A59C69;
}
</style>