Shades of Tacao #FFAC78
Tints of Tacao #FFAC78
RGB
CMYK
RGB Variations
Color information
#FFAC78 (or 0xFFAC78) is known color: Tacao. HEX triplet: FF, AC and 78. RGB value is (255,172,120). Sum of RGB (Red+Green+Blue) = 255+172+120=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC78 is #005387. Grayscale: #BFBFBF. Windows color (decimal): -21384 or 7908607. OLE color: 7908607.
HSL color Cylindrical-coordinate representation of color #FFAC78: hue angle of 23.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFAC78 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 120 | - |
| CMYK | 0 | 0.33 | 0.53 | 0 |
| HSL | 23.11º | 1% | 0.74% | - |
| HSV(B) | 23.11º | 0.53% | 1% | - |
| XYZ | 59.38 | 52.12 | 24.7 | - |
| YUV | 190.89 | 88 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 120 | 0 | 0.33 | 0.53 | 0 | 23.11 | 1 | 0.74 |
| Hex | FF | AC | 78 | 0 | 21 | 35 | 0 | 17 | 64 | 4A |
| Octal | 377 | 254 | 170 | 0 | 41 | 65 | 0 | 27 | 144 | 112 |
| Binary | 11111111 | 10101100 | 1111000 | 0 | 100001 | 110101 | 0 | 10111 | 1100100 | 1001010 |
Color Harmonies of #FFAC78
Complementary color
Monochromatic Colors of #FFAC78
Black with #FFAC78
Text Example
Text Example
White with #FFAC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC78; }
p { color: rgb(255,172,120); }
H1.HeaderClassName
{
color: #FFAC78;
}
.AnyTagClassName
{
color: #FFAC78;
}
</style>
background-color css
<style>
a { background-color: #FFAC78; }
a { background-color: rgb(255,172,120); }
div.DivClassName
{
background-color: #FFAC78;
}
.BgClassName
{
background-color: #FFAC78;
}
</style>
border-color css
<style>
span { border-color: #FFAC78; }
span { border-color: rgb(255,172,120); }
td.TdClassName
{
border-color: #FFAC78;
}
.TagClassName
{
border-color: #FFAC78;
}
</style>