Shades of Tacao #FFAF86
Tints of Tacao #FFAF86
RGB
CMYK
RGB Variations
Color information
#FFAF86 (or 0xFFAF86) is known color: Tacao. HEX triplet: FF, AF and 86. RGB value is (255,175,134). Sum of RGB (Red+Green+Blue) = 255+175+134=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 134 (52.73% from 255 or 23.76% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF86 is #005079. Grayscale: #C2C2C2. Windows color (decimal): -20602 or 8826879. OLE color: 8826879.
HSL color Cylindrical-coordinate representation of color #FFAF86: hue angle of 20.33º 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 #FFAF86 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 134 | - |
| CMYK | 0 | 0.31 | 0.47 | 0 |
| HSL | 20.33º | 1% | 0.76% | - |
| HSV(B) | 20.33º | 0.47% | 1% | - |
| XYZ | 60.87 | 53.64 | 29.7 | - |
| YUV | 194.25 | 94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 134 | 0 | 0.31 | 0.47 | 0 | 20.33 | 1 | 0.76 |
| Hex | FF | AF | 86 | 0 | 1F | 2F | 0 | 14 | 64 | 4C |
| Octal | 377 | 257 | 206 | 0 | 37 | 57 | 0 | 24 | 144 | 114 |
| Binary | 11111111 | 10101111 | 10000110 | 0 | 11111 | 101111 | 0 | 10100 | 1100100 | 1001100 |
Color Harmonies of #FFAF86
Complementary color
Monochromatic Colors of #FFAF86
Black with #FFAF86
Text Example
Text Example
White with #FFAF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF86; }
p { color: rgb(255,175,134); }
H1.HeaderClassName
{
color: #FFAF86;
}
.AnyTagClassName
{
color: #FFAF86;
}
</style>
background-color css
<style>
a { background-color: #FFAF86; }
a { background-color: rgb(255,175,134); }
div.DivClassName
{
background-color: #FFAF86;
}
.BgClassName
{
background-color: #FFAF86;
}
</style>
border-color css
<style>
span { border-color: #FFAF86; }
span { border-color: rgb(255,175,134); }
td.TdClassName
{
border-color: #FFAF86;
}
.TagClassName
{
border-color: #FFAF86;
}
</style>