Shades of Tallow #AB966D
Tints of Tallow #AB966D
RGB
CMYK
RGB Variations
Color information
#AB966D (or 0xAB966D) is known color: Tallow. HEX triplet: AB, 96 and 6D. RGB value is (171,150,109). Sum of RGB (Red+Green+Blue) = 171+150+109=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB966D is #546992. Grayscale: #979797. Windows color (decimal): -5532051 or 7181995. OLE color: 7181995.
HSL color Cylindrical-coordinate representation of color #AB966D: hue angle of 39.68º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB966D is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 109 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.33 |
| HSL | 39.68º | 0.27% | 0.55% | - |
| HSV(B) | 39.68º | 0.36% | 0.67% | - |
| XYZ | 30.46 | 31.57 | 18.96 | - |
| YUV | 151.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 109 | 0 | 0.12 | 0.36 | 0.33 | 39.68 | 0.27 | 0.55 |
| Hex | AB | 96 | 6D | 0 | C | 24 | 21 | 28 | 1B | 37 |
| Octal | 253 | 226 | 155 | 0 | 14 | 44 | 41 | 50 | 33 | 67 |
| Binary | 10101011 | 10010110 | 1101101 | 0 | 1100 | 100100 | 100001 | 101000 | 11011 | 110111 |
Color Harmonies of #AB966D
Complementary color
Monochromatic Colors of #AB966D
Black with #AB966D
Text Example
Text Example
White with #AB966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB966D; }
p { color: rgb(171,150,109); }
H1.HeaderClassName
{
color: #AB966D;
}
.AnyTagClassName
{
color: #AB966D;
}
</style>
background-color css
<style>
a { background-color: #AB966D; }
a { background-color: rgb(171,150,109); }
div.DivClassName
{
background-color: #AB966D;
}
.BgClassName
{
background-color: #AB966D;
}
</style>
border-color css
<style>
span { border-color: #AB966D; }
span { border-color: rgb(171,150,109); }
td.TdClassName
{
border-color: #AB966D;
}
.TagClassName
{
border-color: #AB966D;
}
</style>