Shades of Tallow #A59672
Tints of Tallow #A59672
RGB
CMYK
RGB Variations
Color information
#A59672 (or 0xA59672) is known color: Tallow. HEX triplet: A5, 96 and 72. RGB value is (165,150,114). Sum of RGB (Red+Green+Blue) = 165+150+114=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A59672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59672 is #5A698D. Grayscale: #969696. Windows color (decimal): -5925262 or 7509669. OLE color: 7509669.
HSL color Cylindrical-coordinate representation of color #A59672: hue angle of 42.35º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A59672 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 150 | 114 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.35 |
| HSL | 42.35º | 0.22% | 0.55% | - |
| HSV(B) | 42.35º | 0.31% | 0.65% | - |
| XYZ | 29.46 | 31.03 | 20.36 | - |
| YUV | 150.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 150 | 114 | 0 | 0.09 | 0.31 | 0.35 | 42.35 | 0.22 | 0.55 |
| Hex | A5 | 96 | 72 | 0 | 9 | 1F | 23 | 2A | 16 | 37 |
| Octal | 245 | 226 | 162 | 0 | 11 | 37 | 43 | 52 | 26 | 67 |
| Binary | 10100101 | 10010110 | 1110010 | 0 | 1001 | 11111 | 100011 | 101010 | 10110 | 110111 |
Color Harmonies of #A59672
Complementary color
Monochromatic Colors of #A59672
Black with #A59672
Text Example
Text Example
White with #A59672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59672; }
p { color: rgb(165,150,114); }
H1.HeaderClassName
{
color: #A59672;
}
.AnyTagClassName
{
color: #A59672;
}
</style>
background-color css
<style>
a { background-color: #A59672; }
a { background-color: rgb(165,150,114); }
div.DivClassName
{
background-color: #A59672;
}
.BgClassName
{
background-color: #A59672;
}
</style>
border-color css
<style>
span { border-color: #A59672; }
span { border-color: rgb(165,150,114); }
td.TdClassName
{
border-color: #A59672;
}
.TagClassName
{
border-color: #A59672;
}
</style>