Shades of Tallow #AB9867
Tints of Tallow #AB9867
RGB
CMYK
RGB Variations
Color information
#AB9867 (or 0xAB9867) is known color: Tallow. HEX triplet: AB, 98 and 67. RGB value is (171,152,103). Sum of RGB (Red+Green+Blue) = 171+152+103=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9867 is #546798. Grayscale: #989898. Windows color (decimal): -5531545 or 6789291. OLE color: 6789291.
HSL color Cylindrical-coordinate representation of color #AB9867: hue angle of 43.24º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB9867 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 103 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.33 |
| HSL | 43.24º | 0.29% | 0.54% | - |
| HSV(B) | 43.24º | 0.4% | 0.67% | - |
| XYZ | 30.47 | 32.09 | 17.42 | - |
| YUV | 152.1 | 100.29 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 103 | 0 | 0.11 | 0.40 | 0.33 | 43.24 | 0.29 | 0.54 |
| Hex | AB | 98 | 67 | 0 | B | 28 | 21 | 2B | 1D | 36 |
| Octal | 253 | 230 | 147 | 0 | 13 | 50 | 41 | 53 | 35 | 66 |
| Binary | 10101011 | 10011000 | 1100111 | 0 | 1011 | 101000 | 100001 | 101011 | 11101 | 110110 |
Color Harmonies of #AB9867
Complementary color
Monochromatic Colors of #AB9867
Black with #AB9867
Text Example
Text Example
White with #AB9867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9867; }
p { color: rgb(171,152,103); }
H1.HeaderClassName
{
color: #AB9867;
}
.AnyTagClassName
{
color: #AB9867;
}
</style>
background-color css
<style>
a { background-color: #AB9867; }
a { background-color: rgb(171,152,103); }
div.DivClassName
{
background-color: #AB9867;
}
.BgClassName
{
background-color: #AB9867;
}
</style>
border-color css
<style>
span { border-color: #AB9867; }
span { border-color: rgb(171,152,103); }
td.TdClassName
{
border-color: #AB9867;
}
.TagClassName
{
border-color: #AB9867;
}
</style>