Shades of Tacao #FFAE79
Tints of Tacao #FFAE79
RGB
CMYK
RGB Variations
Color information
#FFAE79 (or 0xFFAE79) is known color: Tacao. HEX triplet: FF, AE and 79. RGB value is (255,174,121). Sum of RGB (Red+Green+Blue) = 255+174+121=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 121 (47.66% from 255 or 22% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE79 is #005186. Grayscale: #C0C0C0. Windows color (decimal): -20871 or 7974655. OLE color: 7974655.
HSL color Cylindrical-coordinate representation of color #FFAE79: hue angle of 23.73º 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 #FFAE79 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 121 | - |
| CMYK | 0 | 0.32 | 0.53 | 0 |
| HSL | 23.73º | 1% | 0.74% | - |
| HSV(B) | 23.73º | 0.53% | 1% | - |
| XYZ | 59.83 | 52.91 | 25.15 | - |
| YUV | 192.18 | 87.84 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 121 | 0 | 0.32 | 0.53 | 0 | 23.73 | 1 | 0.74 |
| Hex | FF | AE | 79 | 0 | 20 | 35 | 0 | 18 | 64 | 4A |
| Octal | 377 | 256 | 171 | 0 | 40 | 65 | 0 | 30 | 144 | 112 |
| Binary | 11111111 | 10101110 | 1111001 | 0 | 100000 | 110101 | 0 | 11000 | 1100100 | 1001010 |
Color Harmonies of #FFAE79
Complementary color
Monochromatic Colors of #FFAE79
Black with #FFAE79
Text Example
Text Example
White with #FFAE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE79; }
p { color: rgb(255,174,121); }
H1.HeaderClassName
{
color: #FFAE79;
}
.AnyTagClassName
{
color: #FFAE79;
}
</style>
background-color css
<style>
a { background-color: #FFAE79; }
a { background-color: rgb(255,174,121); }
div.DivClassName
{
background-color: #FFAE79;
}
.BgClassName
{
background-color: #FFAE79;
}
</style>
border-color css
<style>
span { border-color: #FFAE79; }
span { border-color: rgb(255,174,121); }
td.TdClassName
{
border-color: #FFAE79;
}
.TagClassName
{
border-color: #FFAE79;
}
</style>