Shades of Tacao #FFAC7F
Tints of Tacao #FFAC7F
RGB
CMYK
RGB Variations
Color information
#FFAC7F (or 0xFFAC7F) is known color: Tacao. HEX triplet: FF, AC and 7F. RGB value is (255,172,127). Sum of RGB (Red+Green+Blue) = 255+172+127=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 127 (50% from 255 or 22.92% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC7F is #005380. Grayscale: #BFBFBF. Windows color (decimal): -21377 or 8367359. OLE color: 8367359.
HSL color Cylindrical-coordinate representation of color #FFAC7F: hue angle of 21.09º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFAC7F is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 127 | - |
| CMYK | 0 | 0.33 | 0.50 | 0 |
| HSL | 21.09º | 1% | 0.75% | - |
| HSV(B) | 21.09º | 0.5% | 1% | - |
| XYZ | 59.82 | 52.3 | 27.02 | - |
| YUV | 191.69 | 91.5 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 127 | 0 | 0.33 | 0.50 | 0 | 21.09 | 1 | 0.75 |
| Hex | FF | AC | 7F | 0 | 21 | 32 | 0 | 15 | 64 | 4B |
| Octal | 377 | 254 | 177 | 0 | 41 | 62 | 0 | 25 | 144 | 113 |
| Binary | 11111111 | 10101100 | 1111111 | 0 | 100001 | 110010 | 0 | 10101 | 1100100 | 1001011 |
Color Harmonies of #FFAC7F
Complementary color
Monochromatic Colors of #FFAC7F
Black with #FFAC7F
Text Example
Text Example
White with #FFAC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC7F; }
p { color: rgb(255,172,127); }
H1.HeaderClassName
{
color: #FFAC7F;
}
.AnyTagClassName
{
color: #FFAC7F;
}
</style>
background-color css
<style>
a { background-color: #FFAC7F; }
a { background-color: rgb(255,172,127); }
div.DivClassName
{
background-color: #FFAC7F;
}
.BgClassName
{
background-color: #FFAC7F;
}
</style>
border-color css
<style>
span { border-color: #FFAC7F; }
span { border-color: rgb(255,172,127); }
td.TdClassName
{
border-color: #FFAC7F;
}
.TagClassName
{
border-color: #FFAC7F;
}
</style>