Shades of Tallow #A59D69
Tints of Tallow #A59D69
RGB
CMYK
RGB Variations
Color information
#A59D69 (or 0xA59D69) is known color: Tallow. HEX triplet: A5, 9D and 69. RGB value is (165,157,105). Sum of RGB (Red+Green+Blue) = 165+157+105=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59D69 is #5A6296. Grayscale: #999999. Windows color (decimal): -5923479 or 6921637. OLE color: 6921637.
HSL color Cylindrical-coordinate representation of color #A59D69: hue angle of 52º 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 #A59D69 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 157 | 105 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.35 |
| HSL | 52º | 0.25% | 0.53% | - |
| HSV(B) | 52º | 0.36% | 0.65% | - |
| XYZ | 30.12 | 33.13 | 18.17 | - |
| YUV | 153.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 105 | 0 | 0.05 | 0.36 | 0.35 | 52 | 0.25 | 0.53 |
| Hex | A5 | 9D | 69 | 0 | 5 | 24 | 23 | 34 | 19 | 35 |
| Octal | 245 | 235 | 151 | 0 | 5 | 44 | 43 | 64 | 31 | 65 |
| Binary | 10100101 | 10011101 | 1101001 | 0 | 101 | 100100 | 100011 | 110100 | 11001 | 110101 |
Color Harmonies of #A59D69
Complementary color
Monochromatic Colors of #A59D69
Black with #A59D69
Text Example
Text Example
White with #A59D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59D69; }
p { color: rgb(165,157,105); }
H1.HeaderClassName
{
color: #A59D69;
}
.AnyTagClassName
{
color: #A59D69;
}
</style>
background-color css
<style>
a { background-color: #A59D69; }
a { background-color: rgb(165,157,105); }
div.DivClassName
{
background-color: #A59D69;
}
.BgClassName
{
background-color: #A59D69;
}
</style>
border-color css
<style>
span { border-color: #A59D69; }
span { border-color: rgb(165,157,105); }
td.TdClassName
{
border-color: #A59D69;
}
.TagClassName
{
border-color: #A59D69;
}
</style>