Shades of Tacao #FFAE86
Tints of Tacao #FFAE86
RGB
CMYK
RGB Variations
Color information
#FFAE86 (or 0xFFAE86) is known color: Tacao. HEX triplet: FF, AE and 86. RGB value is (255,174,134). Sum of RGB (Red+Green+Blue) = 255+174+134=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE86 is #005179. Grayscale: #C1C1C1. Windows color (decimal): -20858 or 8826623. OLE color: 8826623.
HSL color Cylindrical-coordinate representation of color #FFAE86: hue angle of 19.83º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFAE86 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 134 | - |
| CMYK | 0 | 0.32 | 0.47 | 0 |
| HSL | 19.83º | 1% | 0.76% | - |
| HSV(B) | 19.83º | 0.47% | 1% | - |
| XYZ | 60.68 | 53.25 | 29.64 | - |
| YUV | 193.66 | 94.34 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 134 | 0 | 0.32 | 0.47 | 0 | 19.83 | 1 | 0.76 |
| Hex | FF | AE | 86 | 0 | 20 | 2F | 0 | 14 | 64 | 4C |
| Octal | 377 | 256 | 206 | 0 | 40 | 57 | 0 | 24 | 144 | 114 |
| Binary | 11111111 | 10101110 | 10000110 | 0 | 100000 | 101111 | 0 | 10100 | 1100100 | 1001100 |
Color Harmonies of #FFAE86
Complementary color
Monochromatic Colors of #FFAE86
Black with #FFAE86
Text Example
Text Example
White with #FFAE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE86; }
p { color: rgb(255,174,134); }
H1.HeaderClassName
{
color: #FFAE86;
}
.AnyTagClassName
{
color: #FFAE86;
}
</style>
background-color css
<style>
a { background-color: #FFAE86; }
a { background-color: rgb(255,174,134); }
div.DivClassName
{
background-color: #FFAE86;
}
.BgClassName
{
background-color: #FFAE86;
}
</style>
border-color css
<style>
span { border-color: #FFAE86; }
span { border-color: rgb(255,174,134); }
td.TdClassName
{
border-color: #FFAE86;
}
.TagClassName
{
border-color: #FFAE86;
}
</style>