Shades of Tallow #AF996D
Tints of Tallow #AF996D
RGB
CMYK
RGB Variations
Color information
#AF996D (or 0xAF996D) is known color: Tallow. HEX triplet: AF, 99 and 6D. RGB value is (175,153,109). Sum of RGB (Red+Green+Blue) = 175+153+109=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF996D is #506692. Grayscale: #9A9A9A. Windows color (decimal): -5269139 or 7182767. OLE color: 7182767.
HSL color Cylindrical-coordinate representation of color #AF996D: hue angle of 40º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF996D is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 109 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.31 |
| HSL | 40º | 0.29% | 0.56% | - |
| HSV(B) | 40º | 0.38% | 0.69% | - |
| XYZ | 31.83 | 33 | 19.16 | - |
| YUV | 154.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 109 | 0 | 0.13 | 0.38 | 0.31 | 40 | 0.29 | 0.56 |
| Hex | AF | 99 | 6D | 0 | D | 26 | 1F | 28 | 1D | 38 |
| Octal | 257 | 231 | 155 | 0 | 15 | 46 | 37 | 50 | 35 | 70 |
| Binary | 10101111 | 10011001 | 1101101 | 0 | 1101 | 100110 | 11111 | 101000 | 11101 | 111000 |
Color Harmonies of #AF996D
Complementary color
Monochromatic Colors of #AF996D
Black with #AF996D
Text Example
Text Example
White with #AF996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF996D; }
p { color: rgb(175,153,109); }
H1.HeaderClassName
{
color: #AF996D;
}
.AnyTagClassName
{
color: #AF996D;
}
</style>
background-color css
<style>
a { background-color: #AF996D; }
a { background-color: rgb(175,153,109); }
div.DivClassName
{
background-color: #AF996D;
}
.BgClassName
{
background-color: #AF996D;
}
</style>
border-color css
<style>
span { border-color: #AF996D; }
span { border-color: rgb(175,153,109); }
td.TdClassName
{
border-color: #AF996D;
}
.TagClassName
{
border-color: #AF996D;
}
</style>