Shades of Tallow #A59B66
Tints of Tallow #A59B66
RGB
CMYK
RGB Variations
Color information
#A59B66 (or 0xA59B66) is known color: Tallow. HEX triplet: A5, 9B and 66. RGB value is (165,155,102). Sum of RGB (Red+Green+Blue) = 165+155+102=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59B66 is #5A6499. Grayscale: #989898. Windows color (decimal): -5923994 or 6724517. OLE color: 6724517.
HSL color Cylindrical-coordinate representation of color #A59B66: hue angle of 50.48º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A59B66 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 155 | 102 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.35 |
| HSL | 50.48º | 0.26% | 0.52% | - |
| HSV(B) | 50.48º | 0.38% | 0.65% | - |
| XYZ | 29.64 | 32.4 | 17.26 | - |
| YUV | 151.95 | 99.81 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 102 | 0 | 0.06 | 0.38 | 0.35 | 50.48 | 0.26 | 0.52 |
| Hex | A5 | 9B | 66 | 0 | 6 | 26 | 23 | 32 | 1A | 34 |
| Octal | 245 | 233 | 146 | 0 | 6 | 46 | 43 | 62 | 32 | 64 |
| Binary | 10100101 | 10011011 | 1100110 | 0 | 110 | 100110 | 100011 | 110010 | 11010 | 110100 |
Color Harmonies of #A59B66
Complementary color
Monochromatic Colors of #A59B66
Black with #A59B66
Text Example
Text Example
White with #A59B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59B66; }
p { color: rgb(165,155,102); }
H1.HeaderClassName
{
color: #A59B66;
}
.AnyTagClassName
{
color: #A59B66;
}
</style>
background-color css
<style>
a { background-color: #A59B66; }
a { background-color: rgb(165,155,102); }
div.DivClassName
{
background-color: #A59B66;
}
.BgClassName
{
background-color: #A59B66;
}
</style>
border-color css
<style>
span { border-color: #A59B66; }
span { border-color: rgb(165,155,102); }
td.TdClassName
{
border-color: #A59B66;
}
.TagClassName
{
border-color: #A59B66;
}
</style>