Shades of Tallow #AF9E6C
Tints of Tallow #AF9E6C
RGB
CMYK
RGB Variations
Color information
#AF9E6C (or 0xAF9E6C) is known color: Tallow. HEX triplet: AF, 9E and 6C. RGB value is (175,158,108). Sum of RGB (Red+Green+Blue) = 175+158+108=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E6C is #506193. Grayscale: #9D9D9D. Windows color (decimal): -5267860 or 7118511. OLE color: 7118511.
HSL color Cylindrical-coordinate representation of color #AF9E6C: hue angle of 44.78º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF9E6C is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 108 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.31 |
| HSL | 44.78º | 0.3% | 0.55% | - |
| HSV(B) | 44.78º | 0.38% | 0.69% | - |
| XYZ | 32.61 | 34.65 | 19.16 | - |
| YUV | 157.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 108 | 0 | 0.10 | 0.38 | 0.31 | 44.78 | 0.3 | 0.55 |
| Hex | AF | 9E | 6C | 0 | A | 26 | 1F | 2D | 1E | 37 |
| Octal | 257 | 236 | 154 | 0 | 12 | 46 | 37 | 55 | 36 | 67 |
| Binary | 10101111 | 10011110 | 1101100 | 0 | 1010 | 100110 | 11111 | 101101 | 11110 | 110111 |
Color Harmonies of #AF9E6C
Complementary color
Monochromatic Colors of #AF9E6C
Black with #AF9E6C
Text Example
Text Example
White with #AF9E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E6C; }
p { color: rgb(175,158,108); }
H1.HeaderClassName
{
color: #AF9E6C;
}
.AnyTagClassName
{
color: #AF9E6C;
}
</style>
background-color css
<style>
a { background-color: #AF9E6C; }
a { background-color: rgb(175,158,108); }
div.DivClassName
{
background-color: #AF9E6C;
}
.BgClassName
{
background-color: #AF9E6C;
}
</style>
border-color css
<style>
span { border-color: #AF9E6C; }
span { border-color: rgb(175,158,108); }
td.TdClassName
{
border-color: #AF9E6C;
}
.TagClassName
{
border-color: #AF9E6C;
}
</style>