Shades of Tallow #AF996C
Tints of Tallow #AF996C
RGB
CMYK
RGB Variations
Color information
#AF996C (or 0xAF996C) is known color: Tallow. HEX triplet: AF, 99 and 6C. RGB value is (175,153,108). Sum of RGB (Red+Green+Blue) = 175+153+108=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF996C is #506693. Grayscale: #9A9A9A. Windows color (decimal): -5269140 or 7117231. OLE color: 7117231.
HSL color Cylindrical-coordinate representation of color #AF996C: hue angle of 40.3º 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 #AF996C is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 108 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.31 |
| HSL | 40.3º | 0.3% | 0.55% | - |
| HSV(B) | 40.3º | 0.38% | 0.69% | - |
| XYZ | 31.78 | 32.98 | 18.88 | - |
| YUV | 154.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 108 | 0 | 0.13 | 0.38 | 0.31 | 40.3 | 0.3 | 0.55 |
| Hex | AF | 99 | 6C | 0 | D | 26 | 1F | 28 | 1E | 37 |
| Octal | 257 | 231 | 154 | 0 | 15 | 46 | 37 | 50 | 36 | 67 |
| Binary | 10101111 | 10011001 | 1101100 | 0 | 1101 | 100110 | 11111 | 101000 | 11110 | 110111 |
Color Harmonies of #AF996C
Complementary color
Monochromatic Colors of #AF996C
Black with #AF996C
Text Example
Text Example
White with #AF996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF996C; }
p { color: rgb(175,153,108); }
H1.HeaderClassName
{
color: #AF996C;
}
.AnyTagClassName
{
color: #AF996C;
}
</style>
background-color css
<style>
a { background-color: #AF996C; }
a { background-color: rgb(175,153,108); }
div.DivClassName
{
background-color: #AF996C;
}
.BgClassName
{
background-color: #AF996C;
}
</style>
border-color css
<style>
span { border-color: #AF996C; }
span { border-color: rgb(175,153,108); }
td.TdClassName
{
border-color: #AF996C;
}
.TagClassName
{
border-color: #AF996C;
}
</style>