Shades of Tallow #A59A6F
Tints of Tallow #A59A6F
RGB
CMYK
RGB Variations
Color information
#A59A6F (or 0xA59A6F) is known color: Tallow. HEX triplet: A5, 9A and 6F. RGB value is (165,154,111). Sum of RGB (Red+Green+Blue) = 165+154+111=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59A6F is #5A6590. Grayscale: #989898. Windows color (decimal): -5924241 or 7314085. OLE color: 7314085.
HSL color Cylindrical-coordinate representation of color #A59A6F: hue angle of 47.78º 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 #A59A6F is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 154 | 111 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.35 |
| HSL | 47.78º | 0.23% | 0.54% | - |
| HSV(B) | 47.78º | 0.33% | 0.65% | - |
| XYZ | 29.94 | 32.26 | 19.69 | - |
| YUV | 152.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 111 | 0 | 0.07 | 0.33 | 0.35 | 47.78 | 0.23 | 0.54 |
| Hex | A5 | 9A | 6F | 0 | 7 | 21 | 23 | 30 | 17 | 36 |
| Octal | 245 | 232 | 157 | 0 | 7 | 41 | 43 | 60 | 27 | 66 |
| Binary | 10100101 | 10011010 | 1101111 | 0 | 111 | 100001 | 100011 | 110000 | 10111 | 110110 |
Color Harmonies of #A59A6F
Complementary color
Monochromatic Colors of #A59A6F
Black with #A59A6F
Text Example
Text Example
White with #A59A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59A6F; }
p { color: rgb(165,154,111); }
H1.HeaderClassName
{
color: #A59A6F;
}
.AnyTagClassName
{
color: #A59A6F;
}
</style>
background-color css
<style>
a { background-color: #A59A6F; }
a { background-color: rgb(165,154,111); }
div.DivClassName
{
background-color: #A59A6F;
}
.BgClassName
{
background-color: #A59A6F;
}
</style>
border-color css
<style>
span { border-color: #A59A6F; }
span { border-color: rgb(165,154,111); }
td.TdClassName
{
border-color: #A59A6F;
}
.TagClassName
{
border-color: #A59A6F;
}
</style>