Shades of Tacao #F6AA86
Tints of Tacao #F6AA86
RGB
CMYK
RGB Variations
Color information
#F6AA86 (or 0xF6AA86) is known color: Tacao. HEX triplet: F6, AA and 86. RGB value is (246,170,134). Sum of RGB (Red+Green+Blue) = 246+170+134=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AA86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AA86 is #095579. Grayscale: #BCBCBC. Windows color (decimal): -611706 or 8825590. OLE color: 8825590.
HSL color Cylindrical-coordinate representation of color #F6AA86: hue angle of 19.29º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6AA86 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 170 | 134 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.04 |
| HSL | 19.29º | 0.86% | 0.75% | - |
| HSV(B) | 19.29º | 0.46% | 0.96% | - |
| XYZ | 56.68 | 50.06 | 29.23 | - |
| YUV | 188.62 | 97.18 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 170 | 134 | 0 | 0.31 | 0.46 | 0.04 | 19.29 | 0.86 | 0.75 |
| Hex | F6 | AA | 86 | 0 | 1F | 2E | 4 | 13 | 56 | 4B |
| Octal | 366 | 252 | 206 | 0 | 37 | 56 | 4 | 23 | 126 | 113 |
| Binary | 11110110 | 10101010 | 10000110 | 0 | 11111 | 101110 | 100 | 10011 | 1010110 | 1001011 |
Color Harmonies of #F6AA86
Complementary color
Monochromatic Colors of #F6AA86
Black with #F6AA86
Text Example
Text Example
White with #F6AA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AA86; }
p { color: rgb(246,170,134); }
H1.HeaderClassName
{
color: #F6AA86;
}
.AnyTagClassName
{
color: #F6AA86;
}
</style>
background-color css
<style>
a { background-color: #F6AA86; }
a { background-color: rgb(246,170,134); }
div.DivClassName
{
background-color: #F6AA86;
}
.BgClassName
{
background-color: #F6AA86;
}
</style>
border-color css
<style>
span { border-color: #F6AA86; }
span { border-color: rgb(246,170,134); }
td.TdClassName
{
border-color: #F6AA86;
}
.TagClassName
{
border-color: #F6AA86;
}
</style>