Shades of Tallow #A59D6A
Tints of Tallow #A59D6A
RGB
CMYK
RGB Variations
Color information
#A59D6A (or 0xA59D6A) is known color: Tallow. HEX triplet: A5, 9D and 6A. RGB value is (165,157,106). Sum of RGB (Red+Green+Blue) = 165+157+106=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59D6A is #5A6295. Grayscale: #999999. Windows color (decimal): -5923478 or 6987173. OLE color: 6987173.
HSL color Cylindrical-coordinate representation of color #A59D6A: hue angle of 51.86º 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 #A59D6A is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 157 | 106 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.35 |
| HSL | 51.86º | 0.25% | 0.53% | - |
| HSV(B) | 51.86º | 0.36% | 0.65% | - |
| XYZ | 30.18 | 33.15 | 18.44 | - |
| YUV | 153.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 106 | 0 | 0.05 | 0.36 | 0.35 | 51.86 | 0.25 | 0.53 |
| Hex | A5 | 9D | 6A | 0 | 5 | 24 | 23 | 34 | 19 | 35 |
| Octal | 245 | 235 | 152 | 0 | 5 | 44 | 43 | 64 | 31 | 65 |
| Binary | 10100101 | 10011101 | 1101010 | 0 | 101 | 100100 | 100011 | 110100 | 11001 | 110101 |
Color Harmonies of #A59D6A
Complementary color
Monochromatic Colors of #A59D6A
Black with #A59D6A
Text Example
Text Example
White with #A59D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59D6A; }
p { color: rgb(165,157,106); }
H1.HeaderClassName
{
color: #A59D6A;
}
.AnyTagClassName
{
color: #A59D6A;
}
</style>
background-color css
<style>
a { background-color: #A59D6A; }
a { background-color: rgb(165,157,106); }
div.DivClassName
{
background-color: #A59D6A;
}
.BgClassName
{
background-color: #A59D6A;
}
</style>
border-color css
<style>
span { border-color: #A59D6A; }
span { border-color: rgb(165,157,106); }
td.TdClassName
{
border-color: #A59D6A;
}
.TagClassName
{
border-color: #A59D6A;
}
</style>