Shades of Tallow #AB9669
Tints of Tallow #AB9669
RGB
CMYK
RGB Variations
Color information
#AB9669 (or 0xAB9669) is known color: Tallow. HEX triplet: AB, 96 and 69. RGB value is (171,150,105). Sum of RGB (Red+Green+Blue) = 171+150+105=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9669 is #546996. Grayscale: #979797. Windows color (decimal): -5532055 or 6919851. OLE color: 6919851.
HSL color Cylindrical-coordinate representation of color #AB9669: hue angle of 40.91º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB9669 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 105 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.33 |
| HSL | 40.91º | 0.28% | 0.54% | - |
| HSV(B) | 40.91º | 0.39% | 0.67% | - |
| XYZ | 30.25 | 31.49 | 17.85 | - |
| YUV | 151.15 | 101.96 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 105 | 0 | 0.12 | 0.39 | 0.33 | 40.91 | 0.28 | 0.54 |
| Hex | AB | 96 | 69 | 0 | C | 27 | 21 | 29 | 1C | 36 |
| Octal | 253 | 226 | 151 | 0 | 14 | 47 | 41 | 51 | 34 | 66 |
| Binary | 10101011 | 10010110 | 1101001 | 0 | 1100 | 100111 | 100001 | 101001 | 11100 | 110110 |
Color Harmonies of #AB9669
Complementary color
Monochromatic Colors of #AB9669
Black with #AB9669
Text Example
Text Example
White with #AB9669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9669; }
p { color: rgb(171,150,105); }
H1.HeaderClassName
{
color: #AB9669;
}
.AnyTagClassName
{
color: #AB9669;
}
</style>
background-color css
<style>
a { background-color: #AB9669; }
a { background-color: rgb(171,150,105); }
div.DivClassName
{
background-color: #AB9669;
}
.BgClassName
{
background-color: #AB9669;
}
</style>
border-color css
<style>
span { border-color: #AB9669; }
span { border-color: rgb(171,150,105); }
td.TdClassName
{
border-color: #AB9669;
}
.TagClassName
{
border-color: #AB9669;
}
</style>