Shades of Tallow #AF9C70
Tints of Tallow #AF9C70
RGB
CMYK
RGB Variations
Color information
#AF9C70 (or 0xAF9C70) is known color: Tallow. HEX triplet: AF, 9C and 70. RGB value is (175,156,112). Sum of RGB (Red+Green+Blue) = 175+156+112=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C70 is #50638F. Grayscale: #9C9C9C. Windows color (decimal): -5268368 or 7380143. OLE color: 7380143.
HSL color Cylindrical-coordinate representation of color #AF9C70: hue angle of 41.9º 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 #AF9C70 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 112 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.31 |
| HSL | 41.9º | 0.28% | 0.56% | - |
| HSV(B) | 41.9º | 0.36% | 0.69% | - |
| XYZ | 32.49 | 34.06 | 20.19 | - |
| YUV | 156.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 112 | 0 | 0.11 | 0.36 | 0.31 | 41.9 | 0.28 | 0.56 |
| Hex | AF | 9C | 70 | 0 | B | 24 | 1F | 2A | 1C | 38 |
| Octal | 257 | 234 | 160 | 0 | 13 | 44 | 37 | 52 | 34 | 70 |
| Binary | 10101111 | 10011100 | 1110000 | 0 | 1011 | 100100 | 11111 | 101010 | 11100 | 111000 |
Color Harmonies of #AF9C70
Complementary color
Monochromatic Colors of #AF9C70
Black with #AF9C70
Text Example
Text Example
White with #AF9C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C70; }
p { color: rgb(175,156,112); }
H1.HeaderClassName
{
color: #AF9C70;
}
.AnyTagClassName
{
color: #AF9C70;
}
</style>
background-color css
<style>
a { background-color: #AF9C70; }
a { background-color: rgb(175,156,112); }
div.DivClassName
{
background-color: #AF9C70;
}
.BgClassName
{
background-color: #AF9C70;
}
</style>
border-color css
<style>
span { border-color: #AF9C70; }
span { border-color: rgb(175,156,112); }
td.TdClassName
{
border-color: #AF9C70;
}
.TagClassName
{
border-color: #AF9C70;
}
</style>