Shades of Tallow #AF9D74
Tints of Tallow #AF9D74
RGB
CMYK
RGB Variations
Color information
#AF9D74 (or 0xAF9D74) is known color: Tallow. HEX triplet: AF, 9D and 74. RGB value is (175,157,116). Sum of RGB (Red+Green+Blue) = 175+157+116=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9D74 is #50628B. Grayscale: #9D9D9D. Windows color (decimal): -5268108 or 7642543. OLE color: 7642543.
HSL color Cylindrical-coordinate representation of color #AF9D74: hue angle of 41.69º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF9D74 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 116 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.31 |
| HSL | 41.69º | 0.27% | 0.57% | - |
| HSV(B) | 41.69º | 0.34% | 0.69% | - |
| XYZ | 32.89 | 34.49 | 21.45 | - |
| YUV | 157.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 116 | 0 | 0.10 | 0.34 | 0.31 | 41.69 | 0.27 | 0.57 |
| Hex | AF | 9D | 74 | 0 | A | 22 | 1F | 2A | 1B | 39 |
| Octal | 257 | 235 | 164 | 0 | 12 | 42 | 37 | 52 | 33 | 71 |
| Binary | 10101111 | 10011101 | 1110100 | 0 | 1010 | 100010 | 11111 | 101010 | 11011 | 111001 |
Color Harmonies of #AF9D74
Complementary color
Monochromatic Colors of #AF9D74
Black with #AF9D74
Text Example
Text Example
White with #AF9D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9D74; }
p { color: rgb(175,157,116); }
H1.HeaderClassName
{
color: #AF9D74;
}
.AnyTagClassName
{
color: #AF9D74;
}
</style>
background-color css
<style>
a { background-color: #AF9D74; }
a { background-color: rgb(175,157,116); }
div.DivClassName
{
background-color: #AF9D74;
}
.BgClassName
{
background-color: #AF9D74;
}
</style>
border-color css
<style>
span { border-color: #AF9D74; }
span { border-color: rgb(175,157,116); }
td.TdClassName
{
border-color: #AF9D74;
}
.TagClassName
{
border-color: #AF9D74;
}
</style>