Shades of Tacao #FFAE76
Tints of Tacao #FFAE76
RGB
CMYK
RGB Variations
Color information
#FFAE76 (or 0xFFAE76) is known color: Tacao. HEX triplet: FF, AE and 76. RGB value is (255,174,118). Sum of RGB (Red+Green+Blue) = 255+174+118=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE76 is #005189. Grayscale: #C0C0C0. Windows color (decimal): -20874 or 7778047. OLE color: 7778047.
HSL color Cylindrical-coordinate representation of color #FFAE76: hue angle of 24.53º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFAE76 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 118 | - |
| CMYK | 0 | 0.32 | 0.54 | 0 |
| HSL | 24.53º | 1% | 0.73% | - |
| HSV(B) | 24.53º | 0.54% | 1% | - |
| XYZ | 59.65 | 52.84 | 24.2 | - |
| YUV | 191.84 | 86.34 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 118 | 0 | 0.32 | 0.54 | 0 | 24.53 | 1 | 0.73 |
| Hex | FF | AE | 76 | 0 | 20 | 36 | 0 | 19 | 64 | 49 |
| Octal | 377 | 256 | 166 | 0 | 40 | 66 | 0 | 31 | 144 | 111 |
| Binary | 11111111 | 10101110 | 1110110 | 0 | 100000 | 110110 | 0 | 11001 | 1100100 | 1001001 |
Color Harmonies of #FFAE76
Complementary color
Monochromatic Colors of #FFAE76
Black with #FFAE76
Text Example
Text Example
White with #FFAE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE76; }
p { color: rgb(255,174,118); }
H1.HeaderClassName
{
color: #FFAE76;
}
.AnyTagClassName
{
color: #FFAE76;
}
</style>
background-color css
<style>
a { background-color: #FFAE76; }
a { background-color: rgb(255,174,118); }
div.DivClassName
{
background-color: #FFAE76;
}
.BgClassName
{
background-color: #FFAE76;
}
</style>
border-color css
<style>
span { border-color: #FFAE76; }
span { border-color: rgb(255,174,118); }
td.TdClassName
{
border-color: #FFAE76;
}
.TagClassName
{
border-color: #FFAE76;
}
</style>