Shades of Tallow #AB9E65
Tints of Tallow #AB9E65
RGB
CMYK
RGB Variations
Color information
#AB9E65 (or 0xAB9E65) is known color: Tallow. HEX triplet: AB, 9E and 65. RGB value is (171,158,101). Sum of RGB (Red+Green+Blue) = 171+158+101=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E65 is #54619A. Grayscale: #9B9B9B. Windows color (decimal): -5530011 or 6659755. OLE color: 6659755.
HSL color Cylindrical-coordinate representation of color #AB9E65: hue angle of 48.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB9E65 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 101 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.33 |
| HSL | 48.86º | 0.29% | 0.53% | - |
| HSV(B) | 48.86º | 0.41% | 0.67% | - |
| XYZ | 31.37 | 34.05 | 17.23 | - |
| YUV | 155.39 | 97.31 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 101 | 0 | 0.08 | 0.41 | 0.33 | 48.86 | 0.29 | 0.53 |
| Hex | AB | 9E | 65 | 0 | 8 | 29 | 21 | 31 | 1D | 35 |
| Octal | 253 | 236 | 145 | 0 | 10 | 51 | 41 | 61 | 35 | 65 |
| Binary | 10101011 | 10011110 | 1100101 | 0 | 1000 | 101001 | 100001 | 110001 | 11101 | 110101 |
Color Harmonies of #AB9E65
Complementary color
Monochromatic Colors of #AB9E65
Black with #AB9E65
Text Example
Text Example
White with #AB9E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E65; }
p { color: rgb(171,158,101); }
H1.HeaderClassName
{
color: #AB9E65;
}
.AnyTagClassName
{
color: #AB9E65;
}
</style>
background-color css
<style>
a { background-color: #AB9E65; }
a { background-color: rgb(171,158,101); }
div.DivClassName
{
background-color: #AB9E65;
}
.BgClassName
{
background-color: #AB9E65;
}
</style>
border-color css
<style>
span { border-color: #AB9E65; }
span { border-color: rgb(171,158,101); }
td.TdClassName
{
border-color: #AB9E65;
}
.TagClassName
{
border-color: #AB9E65;
}
</style>