Shades of Tallow #A59A6D
Tints of Tallow #A59A6D
RGB
CMYK
RGB Variations
Color information
#A59A6D (or 0xA59A6D) is known color: Tallow. HEX triplet: A5, 9A and 6D. RGB value is (165,154,109). Sum of RGB (Red+Green+Blue) = 165+154+109=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59A6D is #5A6592. Grayscale: #989898. Windows color (decimal): -5924243 or 7183013. OLE color: 7183013.
HSL color Cylindrical-coordinate representation of color #A59A6D: hue angle of 48.21º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A59A6D is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 154 | 109 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.35 |
| HSL | 48.21º | 0.24% | 0.54% | - |
| HSV(B) | 48.21º | 0.34% | 0.65% | - |
| XYZ | 29.83 | 32.21 | 19.11 | - |
| YUV | 152.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 109 | 0 | 0.07 | 0.34 | 0.35 | 48.21 | 0.24 | 0.54 |
| Hex | A5 | 9A | 6D | 0 | 7 | 22 | 23 | 30 | 18 | 36 |
| Octal | 245 | 232 | 155 | 0 | 7 | 42 | 43 | 60 | 30 | 66 |
| Binary | 10100101 | 10011010 | 1101101 | 0 | 111 | 100010 | 100011 | 110000 | 11000 | 110110 |
Color Harmonies of #A59A6D
Complementary color
Monochromatic Colors of #A59A6D
Black with #A59A6D
Text Example
Text Example
White with #A59A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59A6D; }
p { color: rgb(165,154,109); }
H1.HeaderClassName
{
color: #A59A6D;
}
.AnyTagClassName
{
color: #A59A6D;
}
</style>
background-color css
<style>
a { background-color: #A59A6D; }
a { background-color: rgb(165,154,109); }
div.DivClassName
{
background-color: #A59A6D;
}
.BgClassName
{
background-color: #A59A6D;
}
</style>
border-color css
<style>
span { border-color: #A59A6D; }
span { border-color: rgb(165,154,109); }
td.TdClassName
{
border-color: #A59A6D;
}
.TagClassName
{
border-color: #A59A6D;
}
</style>