Shades of Tacao #FFAC7A
Tints of Tacao #FFAC7A
RGB
CMYK
RGB Variations
Color information
#FFAC7A (or 0xFFAC7A) is known color: Tacao. HEX triplet: FF, AC and 7A. RGB value is (255,172,122). Sum of RGB (Red+Green+Blue) = 255+172+122=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC7A is #005385. Grayscale: #BFBFBF. Windows color (decimal): -21382 or 8039679. OLE color: 8039679.
HSL color Cylindrical-coordinate representation of color #FFAC7A: hue angle of 22.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFAC7A is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 122 | - |
| CMYK | 0 | 0.33 | 0.52 | 0 |
| HSL | 22.56º | 1% | 0.74% | - |
| HSV(B) | 22.56º | 0.52% | 1% | - |
| XYZ | 59.51 | 52.17 | 25.35 | - |
| YUV | 191.12 | 89 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 122 | 0 | 0.33 | 0.52 | 0 | 22.56 | 1 | 0.74 |
| Hex | FF | AC | 7A | 0 | 21 | 34 | 0 | 17 | 64 | 4A |
| Octal | 377 | 254 | 172 | 0 | 41 | 64 | 0 | 27 | 144 | 112 |
| Binary | 11111111 | 10101100 | 1111010 | 0 | 100001 | 110100 | 0 | 10111 | 1100100 | 1001010 |
Color Harmonies of #FFAC7A
Complementary color
Monochromatic Colors of #FFAC7A
Black with #FFAC7A
Text Example
Text Example
White with #FFAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC7A; }
p { color: rgb(255,172,122); }
H1.HeaderClassName
{
color: #FFAC7A;
}
.AnyTagClassName
{
color: #FFAC7A;
}
</style>
background-color css
<style>
a { background-color: #FFAC7A; }
a { background-color: rgb(255,172,122); }
div.DivClassName
{
background-color: #FFAC7A;
}
.BgClassName
{
background-color: #FFAC7A;
}
</style>
border-color css
<style>
span { border-color: #FFAC7A; }
span { border-color: rgb(255,172,122); }
td.TdClassName
{
border-color: #FFAC7A;
}
.TagClassName
{
border-color: #FFAC7A;
}
</style>