Shades of Tallow #AF9F70
Tints of Tallow #AF9F70
RGB
CMYK
RGB Variations
Color information
#AF9F70 (or 0xAF9F70) is known color: Tallow. HEX triplet: AF, 9F and 70. RGB value is (175,159,112). Sum of RGB (Red+Green+Blue) = 175+159+112=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F70 is #50608F. Grayscale: #9E9E9E. Windows color (decimal): -5267600 or 7380911. OLE color: 7380911.
HSL color Cylindrical-coordinate representation of color #AF9F70: hue angle of 44.76º 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 #AF9F70 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 159 | 112 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.31 |
| HSL | 44.76º | 0.28% | 0.56% | - |
| HSV(B) | 44.76º | 0.36% | 0.69% | - |
| XYZ | 33 | 35.08 | 20.36 | - |
| YUV | 158.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 112 | 0 | 0.09 | 0.36 | 0.31 | 44.76 | 0.28 | 0.56 |
| Hex | AF | 9F | 70 | 0 | 9 | 24 | 1F | 2D | 1C | 38 |
| Octal | 257 | 237 | 160 | 0 | 11 | 44 | 37 | 55 | 34 | 70 |
| Binary | 10101111 | 10011111 | 1110000 | 0 | 1001 | 100100 | 11111 | 101101 | 11100 | 111000 |
Color Harmonies of #AF9F70
Complementary color
Monochromatic Colors of #AF9F70
Black with #AF9F70
Text Example
Text Example
White with #AF9F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9F70; }
p { color: rgb(175,159,112); }
H1.HeaderClassName
{
color: #AF9F70;
}
.AnyTagClassName
{
color: #AF9F70;
}
</style>
background-color css
<style>
a { background-color: #AF9F70; }
a { background-color: rgb(175,159,112); }
div.DivClassName
{
background-color: #AF9F70;
}
.BgClassName
{
background-color: #AF9F70;
}
</style>
border-color css
<style>
span { border-color: #AF9F70; }
span { border-color: rgb(175,159,112); }
td.TdClassName
{
border-color: #AF9F70;
}
.TagClassName
{
border-color: #AF9F70;
}
</style>