Shades of Tallow #AF9E76
Tints of Tallow #AF9E76
RGB
CMYK
RGB Variations
Color information
#AF9E76 (or 0xAF9E76) is known color: Tallow. HEX triplet: AF, 9E and 76. RGB value is (175,158,118). Sum of RGB (Red+Green+Blue) = 175+158+118=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E76 is #506189. Grayscale: #9E9E9E. Windows color (decimal): -5267850 or 7773871. OLE color: 7773871.
HSL color Cylindrical-coordinate representation of color #AF9E76: hue angle of 42.11º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF9E76 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 118 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.31 |
| HSL | 42.11º | 0.26% | 0.57% | - |
| HSV(B) | 42.11º | 0.33% | 0.69% | - |
| XYZ | 33.18 | 34.88 | 22.12 | - |
| YUV | 158.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 118 | 0 | 0.10 | 0.33 | 0.31 | 42.11 | 0.26 | 0.57 |
| Hex | AF | 9E | 76 | 0 | A | 21 | 1F | 2A | 1A | 39 |
| Octal | 257 | 236 | 166 | 0 | 12 | 41 | 37 | 52 | 32 | 71 |
| Binary | 10101111 | 10011110 | 1110110 | 0 | 1010 | 100001 | 11111 | 101010 | 11010 | 111001 |
Color Harmonies of #AF9E76
Complementary color
Monochromatic Colors of #AF9E76
Black with #AF9E76
Text Example
Text Example
White with #AF9E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E76; }
p { color: rgb(175,158,118); }
H1.HeaderClassName
{
color: #AF9E76;
}
.AnyTagClassName
{
color: #AF9E76;
}
</style>
background-color css
<style>
a { background-color: #AF9E76; }
a { background-color: rgb(175,158,118); }
div.DivClassName
{
background-color: #AF9E76;
}
.BgClassName
{
background-color: #AF9E76;
}
</style>
border-color css
<style>
span { border-color: #AF9E76; }
span { border-color: rgb(175,158,118); }
td.TdClassName
{
border-color: #AF9E76;
}
.TagClassName
{
border-color: #AF9E76;
}
</style>