Shades of Tallow #AF9870
Tints of Tallow #AF9870
RGB
CMYK
RGB Variations
Color information
#AF9870 (or 0xAF9870) is known color: Tallow. HEX triplet: AF, 98 and 70. RGB value is (175,152,112). Sum of RGB (Red+Green+Blue) = 175+152+112=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9870 is #50678F. Grayscale: #9A9A9A. Windows color (decimal): -5269392 or 7379119. OLE color: 7379119.
HSL color Cylindrical-coordinate representation of color #AF9870: hue angle of 38.1º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF9870 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 112 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.31 |
| HSL | 38.1º | 0.28% | 0.56% | - |
| HSV(B) | 38.1º | 0.36% | 0.69% | - |
| XYZ | 31.83 | 32.74 | 19.97 | - |
| YUV | 154.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 112 | 0 | 0.13 | 0.36 | 0.31 | 38.1 | 0.28 | 0.56 |
| Hex | AF | 98 | 70 | 0 | D | 24 | 1F | 26 | 1C | 38 |
| Octal | 257 | 230 | 160 | 0 | 15 | 44 | 37 | 46 | 34 | 70 |
| Binary | 10101111 | 10011000 | 1110000 | 0 | 1101 | 100100 | 11111 | 100110 | 11100 | 111000 |
Color Harmonies of #AF9870
Complementary color
Monochromatic Colors of #AF9870
Black with #AF9870
Text Example
Text Example
White with #AF9870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9870; }
p { color: rgb(175,152,112); }
H1.HeaderClassName
{
color: #AF9870;
}
.AnyTagClassName
{
color: #AF9870;
}
</style>
background-color css
<style>
a { background-color: #AF9870; }
a { background-color: rgb(175,152,112); }
div.DivClassName
{
background-color: #AF9870;
}
.BgClassName
{
background-color: #AF9870;
}
</style>
border-color css
<style>
span { border-color: #AF9870; }
span { border-color: rgb(175,152,112); }
td.TdClassName
{
border-color: #AF9870;
}
.TagClassName
{
border-color: #AF9870;
}
</style>