Shades of Tacao #FFAC7C
Tints of Tacao #FFAC7C
RGB
CMYK
RGB Variations
Color information
#FFAC7C (or 0xFFAC7C) is known color: Tacao. HEX triplet: FF, AC and 7C. RGB value is (255,172,124). Sum of RGB (Red+Green+Blue) = 255+172+124=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC7C is #005383. Grayscale: #BFBFBF. Windows color (decimal): -21380 or 8170751. OLE color: 8170751.
HSL color Cylindrical-coordinate representation of color #FFAC7C: hue angle of 21.98º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFAC7C is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 124 | - |
| CMYK | 0 | 0.33 | 0.51 | 0 |
| HSL | 21.98º | 1% | 0.74% | - |
| HSV(B) | 21.98º | 0.51% | 1% | - |
| XYZ | 59.63 | 52.22 | 26.01 | - |
| YUV | 191.35 | 90 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 124 | 0 | 0.33 | 0.51 | 0 | 21.98 | 1 | 0.74 |
| Hex | FF | AC | 7C | 0 | 21 | 33 | 0 | 16 | 64 | 4A |
| Octal | 377 | 254 | 174 | 0 | 41 | 63 | 0 | 26 | 144 | 112 |
| Binary | 11111111 | 10101100 | 1111100 | 0 | 100001 | 110011 | 0 | 10110 | 1100100 | 1001010 |
Color Harmonies of #FFAC7C
Complementary color
Monochromatic Colors of #FFAC7C
Black with #FFAC7C
Text Example
Text Example
White with #FFAC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC7C; }
p { color: rgb(255,172,124); }
H1.HeaderClassName
{
color: #FFAC7C;
}
.AnyTagClassName
{
color: #FFAC7C;
}
</style>
background-color css
<style>
a { background-color: #FFAC7C; }
a { background-color: rgb(255,172,124); }
div.DivClassName
{
background-color: #FFAC7C;
}
.BgClassName
{
background-color: #FFAC7C;
}
</style>
border-color css
<style>
span { border-color: #FFAC7C; }
span { border-color: rgb(255,172,124); }
td.TdClassName
{
border-color: #FFAC7C;
}
.TagClassName
{
border-color: #FFAC7C;
}
</style>