Shades of Tallow #A59A6B
Tints of Tallow #A59A6B
RGB
CMYK
RGB Variations
Color information
#A59A6B (or 0xA59A6B) is known color: Tallow. HEX triplet: A5, 9A and 6B. RGB value is (165,154,107). Sum of RGB (Red+Green+Blue) = 165+154+107=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59A6B is #5A6594. Grayscale: #989898. Windows color (decimal): -5924245 or 7051941. OLE color: 7051941.
HSL color Cylindrical-coordinate representation of color #A59A6B: hue angle of 48.62º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A59A6B is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 154 | 107 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.35 |
| HSL | 48.62º | 0.24% | 0.53% | - |
| HSV(B) | 48.62º | 0.35% | 0.65% | - |
| XYZ | 29.73 | 32.17 | 18.55 | - |
| YUV | 151.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 107 | 0 | 0.07 | 0.35 | 0.35 | 48.62 | 0.24 | 0.53 |
| Hex | A5 | 9A | 6B | 0 | 7 | 23 | 23 | 31 | 18 | 35 |
| Octal | 245 | 232 | 153 | 0 | 7 | 43 | 43 | 61 | 30 | 65 |
| Binary | 10100101 | 10011010 | 1101011 | 0 | 111 | 100011 | 100011 | 110001 | 11000 | 110101 |
Color Harmonies of #A59A6B
Complementary color
Monochromatic Colors of #A59A6B
Black with #A59A6B
Text Example
Text Example
White with #A59A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59A6B; }
p { color: rgb(165,154,107); }
H1.HeaderClassName
{
color: #A59A6B;
}
.AnyTagClassName
{
color: #A59A6B;
}
</style>
background-color css
<style>
a { background-color: #A59A6B; }
a { background-color: rgb(165,154,107); }
div.DivClassName
{
background-color: #A59A6B;
}
.BgClassName
{
background-color: #A59A6B;
}
</style>
border-color css
<style>
span { border-color: #A59A6B; }
span { border-color: rgb(165,154,107); }
td.TdClassName
{
border-color: #A59A6B;
}
.TagClassName
{
border-color: #A59A6B;
}
</style>