Shades of Tacao #FFAF88
Tints of Tacao #FFAF88
RGB
CMYK
RGB Variations
Color information
#FFAF88 (or 0xFFAF88) is known color: Tacao. HEX triplet: FF, AF and 88. RGB value is (255,175,136). Sum of RGB (Red+Green+Blue) = 255+175+136=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF88 is #005077. Grayscale: #C2C2C2. Windows color (decimal): -20600 or 8957951. OLE color: 8957951.
HSL color Cylindrical-coordinate representation of color #FFAF88: hue angle of 19.66º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFAF88 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 136 | - |
| CMYK | 0 | 0.31 | 0.47 | 0 |
| HSL | 19.66º | 1% | 0.77% | - |
| HSV(B) | 19.66º | 0.47% | 1% | - |
| XYZ | 61.01 | 53.7 | 30.44 | - |
| YUV | 194.47 | 95 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 136 | 0 | 0.31 | 0.47 | 0 | 19.66 | 1 | 0.77 |
| Hex | FF | AF | 88 | 0 | 1F | 2F | 0 | 14 | 64 | 4D |
| Octal | 377 | 257 | 210 | 0 | 37 | 57 | 0 | 24 | 144 | 115 |
| Binary | 11111111 | 10101111 | 10001000 | 0 | 11111 | 101111 | 0 | 10100 | 1100100 | 1001101 |
Color Harmonies of #FFAF88
Complementary color
Monochromatic Colors of #FFAF88
Black with #FFAF88
Text Example
Text Example
White with #FFAF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF88; }
p { color: rgb(255,175,136); }
H1.HeaderClassName
{
color: #FFAF88;
}
.AnyTagClassName
{
color: #FFAF88;
}
</style>
background-color css
<style>
a { background-color: #FFAF88; }
a { background-color: rgb(255,175,136); }
div.DivClassName
{
background-color: #FFAF88;
}
.BgClassName
{
background-color: #FFAF88;
}
</style>
border-color css
<style>
span { border-color: #FFAF88; }
span { border-color: rgb(255,175,136); }
td.TdClassName
{
border-color: #FFAF88;
}
.TagClassName
{
border-color: #FFAF88;
}
</style>