Shades of Tacao #FFAF70
Tints of Tacao #FFAF70
RGB
CMYK
RGB Variations
Color information
#FFAF70 (or 0xFFAF70) is known color: Tacao. HEX triplet: FF, AF and 70. RGB value is (255,175,112). Sum of RGB (Red+Green+Blue) = 255+175+112=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF70 is #00508F. Grayscale: #C0C0C0. Windows color (decimal): -20624 or 7385087. OLE color: 7385087.
HSL color Cylindrical-coordinate representation of color #FFAF70: hue angle of 26.43º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFAF70 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 112 | - |
| CMYK | 0 | 0.31 | 0.56 | 0 |
| HSL | 26.43º | 1% | 0.72% | - |
| HSV(B) | 26.43º | 0.56% | 1% | - |
| XYZ | 59.49 | 53.09 | 22.44 | - |
| YUV | 191.74 | 83 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 112 | 0 | 0.31 | 0.56 | 0 | 26.43 | 1 | 0.72 |
| Hex | FF | AF | 70 | 0 | 1F | 38 | 0 | 1A | 64 | 48 |
| Octal | 377 | 257 | 160 | 0 | 37 | 70 | 0 | 32 | 144 | 110 |
| Binary | 11111111 | 10101111 | 1110000 | 0 | 11111 | 111000 | 0 | 11010 | 1100100 | 1001000 |
Color Harmonies of #FFAF70
Complementary color
Monochromatic Colors of #FFAF70
Black with #FFAF70
Text Example
Text Example
White with #FFAF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF70; }
p { color: rgb(255,175,112); }
H1.HeaderClassName
{
color: #FFAF70;
}
.AnyTagClassName
{
color: #FFAF70;
}
</style>
background-color css
<style>
a { background-color: #FFAF70; }
a { background-color: rgb(255,175,112); }
div.DivClassName
{
background-color: #FFAF70;
}
.BgClassName
{
background-color: #FFAF70;
}
</style>
border-color css
<style>
span { border-color: #FFAF70; }
span { border-color: rgb(255,175,112); }
td.TdClassName
{
border-color: #FFAF70;
}
.TagClassName
{
border-color: #FFAF70;
}
</style>