Shades of Tallow #A59A6E
Tints of Tallow #A59A6E
RGB
CMYK
RGB Variations
Color information
#A59A6E (or 0xA59A6E) is known color: Tallow. HEX triplet: A5, 9A and 6E. RGB value is (165,154,110). Sum of RGB (Red+Green+Blue) = 165+154+110=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59A6E is #5A6591. Grayscale: #989898. Windows color (decimal): -5924242 or 7248549. OLE color: 7248549.
HSL color Cylindrical-coordinate representation of color #A59A6E: hue angle of 48º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A59A6E is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 154 | 110 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.35 |
| HSL | 48º | 0.23% | 0.54% | - |
| HSV(B) | 48º | 0.33% | 0.65% | - |
| XYZ | 29.89 | 32.24 | 19.4 | - |
| YUV | 152.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 110 | 0 | 0.07 | 0.33 | 0.35 | 48 | 0.23 | 0.54 |
| Hex | A5 | 9A | 6E | 0 | 7 | 21 | 23 | 30 | 17 | 36 |
| Octal | 245 | 232 | 156 | 0 | 7 | 41 | 43 | 60 | 27 | 66 |
| Binary | 10100101 | 10011010 | 1101110 | 0 | 111 | 100001 | 100011 | 110000 | 10111 | 110110 |
Color Harmonies of #A59A6E
Complementary color
Monochromatic Colors of #A59A6E
Black with #A59A6E
Text Example
Text Example
White with #A59A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59A6E; }
p { color: rgb(165,154,110); }
H1.HeaderClassName
{
color: #A59A6E;
}
.AnyTagClassName
{
color: #A59A6E;
}
</style>
background-color css
<style>
a { background-color: #A59A6E; }
a { background-color: rgb(165,154,110); }
div.DivClassName
{
background-color: #A59A6E;
}
.BgClassName
{
background-color: #A59A6E;
}
</style>
border-color css
<style>
span { border-color: #A59A6E; }
span { border-color: rgb(165,154,110); }
td.TdClassName
{
border-color: #A59A6E;
}
.TagClassName
{
border-color: #A59A6E;
}
</style>