Shades of Tallow #AFA170
Tints of Tallow #AFA170
RGB
CMYK
RGB Variations
Color information
#AFA170 (or 0xAFA170) is known color: Tallow. HEX triplet: AF, A1 and 70. RGB value is (175,161,112). Sum of RGB (Red+Green+Blue) = 175+161+112=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA170 is #505E8F. Grayscale: #9F9F9F. Windows color (decimal): -5267088 or 7381423. OLE color: 7381423.
HSL color Cylindrical-coordinate representation of color #AFA170: hue angle of 46.67º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFA170 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 112 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.31 |
| HSL | 46.67º | 0.28% | 0.56% | - |
| HSV(B) | 46.67º | 0.36% | 0.69% | - |
| XYZ | 33.35 | 35.77 | 20.48 | - |
| YUV | 159.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 112 | 0 | 0.08 | 0.36 | 0.31 | 46.67 | 0.28 | 0.56 |
| Hex | AF | A1 | 70 | 0 | 8 | 24 | 1F | 2F | 1C | 38 |
| Octal | 257 | 241 | 160 | 0 | 10 | 44 | 37 | 57 | 34 | 70 |
| Binary | 10101111 | 10100001 | 1110000 | 0 | 1000 | 100100 | 11111 | 101111 | 11100 | 111000 |
Color Harmonies of #AFA170
Complementary color
Monochromatic Colors of #AFA170
Black with #AFA170
Text Example
Text Example
White with #AFA170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA170; }
p { color: rgb(175,161,112); }
H1.HeaderClassName
{
color: #AFA170;
}
.AnyTagClassName
{
color: #AFA170;
}
</style>
background-color css
<style>
a { background-color: #AFA170; }
a { background-color: rgb(175,161,112); }
div.DivClassName
{
background-color: #AFA170;
}
.BgClassName
{
background-color: #AFA170;
}
</style>
border-color css
<style>
span { border-color: #AFA170; }
span { border-color: rgb(175,161,112); }
td.TdClassName
{
border-color: #AFA170;
}
.TagClassName
{
border-color: #AFA170;
}
</style>