Shades of Tallow #AF9D70
Tints of Tallow #AF9D70
RGB
CMYK
RGB Variations
Color information
#AF9D70 (or 0xAF9D70) is known color: Tallow. HEX triplet: AF, 9D and 70. RGB value is (175,157,112). Sum of RGB (Red+Green+Blue) = 175+157+112=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9D70 is #50628F. Grayscale: #9D9D9D. Windows color (decimal): -5268112 or 7380399. OLE color: 7380399.
HSL color Cylindrical-coordinate representation of color #AF9D70: hue angle of 42.86º 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 #AF9D70 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 112 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.31 |
| HSL | 42.86º | 0.28% | 0.56% | - |
| HSV(B) | 42.86º | 0.36% | 0.69% | - |
| XYZ | 32.66 | 34.4 | 20.25 | - |
| YUV | 157.25 | 102.46 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 112 | 0 | 0.10 | 0.36 | 0.31 | 42.86 | 0.28 | 0.56 |
| Hex | AF | 9D | 70 | 0 | A | 24 | 1F | 2B | 1C | 38 |
| Octal | 257 | 235 | 160 | 0 | 12 | 44 | 37 | 53 | 34 | 70 |
| Binary | 10101111 | 10011101 | 1110000 | 0 | 1010 | 100100 | 11111 | 101011 | 11100 | 111000 |
Color Harmonies of #AF9D70
Complementary color
Monochromatic Colors of #AF9D70
Black with #AF9D70
Text Example
Text Example
White with #AF9D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9D70; }
p { color: rgb(175,157,112); }
H1.HeaderClassName
{
color: #AF9D70;
}
.AnyTagClassName
{
color: #AF9D70;
}
</style>
background-color css
<style>
a { background-color: #AF9D70; }
a { background-color: rgb(175,157,112); }
div.DivClassName
{
background-color: #AF9D70;
}
.BgClassName
{
background-color: #AF9D70;
}
</style>
border-color css
<style>
span { border-color: #AF9D70; }
span { border-color: rgb(175,157,112); }
td.TdClassName
{
border-color: #AF9D70;
}
.TagClassName
{
border-color: #AF9D70;
}
</style>