Shades of Tallow #AF9E68
Tints of Tallow #AF9E68
RGB
CMYK
RGB Variations
Color information
#AF9E68 (or 0xAF9E68) is known color: Tallow. HEX triplet: AF, 9E and 68. RGB value is (175,158,104). Sum of RGB (Red+Green+Blue) = 175+158+104=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E68 is #506197. Grayscale: #9D9D9D. Windows color (decimal): -5267864 or 6856367. OLE color: 6856367.
HSL color Cylindrical-coordinate representation of color #AF9E68: hue angle of 45.63º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF9E68 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 104 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.31 |
| HSL | 45.63º | 0.31% | 0.55% | - |
| HSV(B) | 45.63º | 0.41% | 0.69% | - |
| XYZ | 32.4 | 34.57 | 18.06 | - |
| YUV | 156.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 104 | 0 | 0.10 | 0.41 | 0.31 | 45.63 | 0.31 | 0.55 |
| Hex | AF | 9E | 68 | 0 | A | 29 | 1F | 2E | 1F | 37 |
| Octal | 257 | 236 | 150 | 0 | 12 | 51 | 37 | 56 | 37 | 67 |
| Binary | 10101111 | 10011110 | 1101000 | 0 | 1010 | 101001 | 11111 | 101110 | 11111 | 110111 |
Color Harmonies of #AF9E68
Complementary color
Monochromatic Colors of #AF9E68
Black with #AF9E68
Text Example
Text Example
White with #AF9E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E68; }
p { color: rgb(175,158,104); }
H1.HeaderClassName
{
color: #AF9E68;
}
.AnyTagClassName
{
color: #AF9E68;
}
</style>
background-color css
<style>
a { background-color: #AF9E68; }
a { background-color: rgb(175,158,104); }
div.DivClassName
{
background-color: #AF9E68;
}
.BgClassName
{
background-color: #AF9E68;
}
</style>
border-color css
<style>
span { border-color: #AF9E68; }
span { border-color: rgb(175,158,104); }
td.TdClassName
{
border-color: #AF9E68;
}
.TagClassName
{
border-color: #AF9E68;
}
</style>