Shades of Tallow #AFA06E
Tints of Tallow #AFA06E
RGB
CMYK
RGB Variations
Color information
#AFA06E (or 0xAFA06E) is known color: Tallow. HEX triplet: AF, A0 and 6E. RGB value is (175,160,110). Sum of RGB (Red+Green+Blue) = 175+160+110=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA06E is #505F91. Grayscale: #9E9E9E. Windows color (decimal): -5267346 or 7250095. OLE color: 7250095.
HSL color Cylindrical-coordinate representation of color #AFA06E: hue angle of 46.15º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFA06E is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 110 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.31 |
| HSL | 46.15º | 0.29% | 0.56% | - |
| HSV(B) | 46.15º | 0.37% | 0.69% | - |
| XYZ | 33.06 | 35.38 | 19.84 | - |
| YUV | 158.79 | 100.47 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 110 | 0 | 0.09 | 0.37 | 0.31 | 46.15 | 0.29 | 0.56 |
| Hex | AF | A0 | 6E | 0 | 9 | 25 | 1F | 2E | 1D | 38 |
| Octal | 257 | 240 | 156 | 0 | 11 | 45 | 37 | 56 | 35 | 70 |
| Binary | 10101111 | 10100000 | 1101110 | 0 | 1001 | 100101 | 11111 | 101110 | 11101 | 111000 |
Color Harmonies of #AFA06E
Complementary color
Monochromatic Colors of #AFA06E
Black with #AFA06E
Text Example
Text Example
White with #AFA06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA06E; }
p { color: rgb(175,160,110); }
H1.HeaderClassName
{
color: #AFA06E;
}
.AnyTagClassName
{
color: #AFA06E;
}
</style>
background-color css
<style>
a { background-color: #AFA06E; }
a { background-color: rgb(175,160,110); }
div.DivClassName
{
background-color: #AFA06E;
}
.BgClassName
{
background-color: #AFA06E;
}
</style>
border-color css
<style>
span { border-color: #AFA06E; }
span { border-color: rgb(175,160,110); }
td.TdClassName
{
border-color: #AFA06E;
}
.TagClassName
{
border-color: #AFA06E;
}
</style>