Shades of Tallow #AFA06A
Tints of Tallow #AFA06A
RGB
CMYK
RGB Variations
Color information
#AFA06A (or 0xAFA06A) is known color: Tallow. HEX triplet: AF, A0 and 6A. RGB value is (175,160,106). Sum of RGB (Red+Green+Blue) = 175+160+106=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA06A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA06A is #505F95. Grayscale: #9E9E9E. Windows color (decimal): -5267350 or 6987951. OLE color: 6987951.
HSL color Cylindrical-coordinate representation of color #AFA06A: hue angle of 46.96º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFA06A is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 106 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.31 |
| HSL | 46.96º | 0.3% | 0.55% | - |
| HSV(B) | 46.96º | 0.39% | 0.69% | - |
| XYZ | 32.85 | 35.3 | 18.72 | - |
| YUV | 158.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 106 | 0 | 0.09 | 0.39 | 0.31 | 46.96 | 0.3 | 0.55 |
| Hex | AF | A0 | 6A | 0 | 9 | 27 | 1F | 2F | 1E | 37 |
| Octal | 257 | 240 | 152 | 0 | 11 | 47 | 37 | 57 | 36 | 67 |
| Binary | 10101111 | 10100000 | 1101010 | 0 | 1001 | 100111 | 11111 | 101111 | 11110 | 110111 |
Color Harmonies of #AFA06A
Complementary color
Monochromatic Colors of #AFA06A
Black with #AFA06A
Text Example
Text Example
White with #AFA06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA06A; }
p { color: rgb(175,160,106); }
H1.HeaderClassName
{
color: #AFA06A;
}
.AnyTagClassName
{
color: #AFA06A;
}
</style>
background-color css
<style>
a { background-color: #AFA06A; }
a { background-color: rgb(175,160,106); }
div.DivClassName
{
background-color: #AFA06A;
}
.BgClassName
{
background-color: #AFA06A;
}
</style>
border-color css
<style>
span { border-color: #AFA06A; }
span { border-color: rgb(175,160,106); }
td.TdClassName
{
border-color: #AFA06A;
}
.TagClassName
{
border-color: #AFA06A;
}
</style>