Shades of Tacao #FFAF82
Tints of Tacao #FFAF82
RGB
CMYK
RGB Variations
Color information
#FFAF82 (or 0xFFAF82) is known color: Tacao. HEX triplet: FF, AF and 82. RGB value is (255,175,130). Sum of RGB (Red+Green+Blue) = 255+175+130=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF82 is #00507D. Grayscale: #C2C2C2. Windows color (decimal): -20606 or 8564735. OLE color: 8564735.
HSL color Cylindrical-coordinate representation of color #FFAF82: hue angle of 21.6º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFAF82 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 130 | - |
| CMYK | 0 | 0.31 | 0.49 | 0 |
| HSL | 21.6º | 1% | 0.75% | - |
| HSV(B) | 21.6º | 0.49% | 1% | - |
| XYZ | 60.6 | 53.53 | 28.26 | - |
| YUV | 193.79 | 92 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 130 | 0 | 0.31 | 0.49 | 0 | 21.6 | 1 | 0.75 |
| Hex | FF | AF | 82 | 0 | 1F | 31 | 0 | 16 | 64 | 4B |
| Octal | 377 | 257 | 202 | 0 | 37 | 61 | 0 | 26 | 144 | 113 |
| Binary | 11111111 | 10101111 | 10000010 | 0 | 11111 | 110001 | 0 | 10110 | 1100100 | 1001011 |
Color Harmonies of #FFAF82
Complementary color
Monochromatic Colors of #FFAF82
Black with #FFAF82
Text Example
Text Example
White with #FFAF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF82; }
p { color: rgb(255,175,130); }
H1.HeaderClassName
{
color: #FFAF82;
}
.AnyTagClassName
{
color: #FFAF82;
}
</style>
background-color css
<style>
a { background-color: #FFAF82; }
a { background-color: rgb(255,175,130); }
div.DivClassName
{
background-color: #FFAF82;
}
.BgClassName
{
background-color: #FFAF82;
}
</style>
border-color css
<style>
span { border-color: #FFAF82; }
span { border-color: rgb(255,175,130); }
td.TdClassName
{
border-color: #FFAF82;
}
.TagClassName
{
border-color: #FFAF82;
}
</style>