Shades of Tacao #FFAF84
Tints of Tacao #FFAF84
RGB
CMYK
RGB Variations
Color information
#FFAF84 (or 0xFFAF84) is known color: Tacao. HEX triplet: FF, AF and 84. RGB value is (255,175,132). Sum of RGB (Red+Green+Blue) = 255+175+132=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF84 is #00507B. Grayscale: #C2C2C2. Windows color (decimal): -20604 or 8695807. OLE color: 8695807.
HSL color Cylindrical-coordinate representation of color #FFAF84: hue angle of 20.98º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFAF84 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 132 | - |
| CMYK | 0 | 0.31 | 0.48 | 0 |
| HSL | 20.98º | 1% | 0.76% | - |
| HSV(B) | 20.98º | 0.48% | 1% | - |
| XYZ | 60.73 | 53.59 | 28.97 | - |
| YUV | 194.02 | 93 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 132 | 0 | 0.31 | 0.48 | 0 | 20.98 | 1 | 0.76 |
| Hex | FF | AF | 84 | 0 | 1F | 30 | 0 | 15 | 64 | 4C |
| Octal | 377 | 257 | 204 | 0 | 37 | 60 | 0 | 25 | 144 | 114 |
| Binary | 11111111 | 10101111 | 10000100 | 0 | 11111 | 110000 | 0 | 10101 | 1100100 | 1001100 |
Color Harmonies of #FFAF84
Complementary color
Monochromatic Colors of #FFAF84
Black with #FFAF84
Text Example
Text Example
White with #FFAF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF84; }
p { color: rgb(255,175,132); }
H1.HeaderClassName
{
color: #FFAF84;
}
.AnyTagClassName
{
color: #FFAF84;
}
</style>
background-color css
<style>
a { background-color: #FFAF84; }
a { background-color: rgb(255,175,132); }
div.DivClassName
{
background-color: #FFAF84;
}
.BgClassName
{
background-color: #FFAF84;
}
</style>
border-color css
<style>
span { border-color: #FFAF84; }
span { border-color: rgb(255,175,132); }
td.TdClassName
{
border-color: #FFAF84;
}
.TagClassName
{
border-color: #FFAF84;
}
</style>