Shades of Tacao #FFAE77
Tints of Tacao #FFAE77
RGB
CMYK
RGB Variations
Color information
#FFAE77 (or 0xFFAE77) is known color: Tacao. HEX triplet: FF, AE and 77. RGB value is (255,174,119). Sum of RGB (Red+Green+Blue) = 255+174+119=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE77 is #005188. Grayscale: #C0C0C0. Windows color (decimal): -20873 or 7843583. OLE color: 7843583.
HSL color Cylindrical-coordinate representation of color #FFAE77: hue angle of 24.26º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFAE77 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 119 | - |
| CMYK | 0 | 0.32 | 0.53 | 0 |
| HSL | 24.26º | 1% | 0.73% | - |
| HSV(B) | 24.26º | 0.53% | 1% | - |
| XYZ | 59.71 | 52.86 | 24.51 | - |
| YUV | 191.95 | 86.84 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 119 | 0 | 0.32 | 0.53 | 0 | 24.26 | 1 | 0.73 |
| Hex | FF | AE | 77 | 0 | 20 | 35 | 0 | 18 | 64 | 49 |
| Octal | 377 | 256 | 167 | 0 | 40 | 65 | 0 | 30 | 144 | 111 |
| Binary | 11111111 | 10101110 | 1110111 | 0 | 100000 | 110101 | 0 | 11000 | 1100100 | 1001001 |
Color Harmonies of #FFAE77
Complementary color
Monochromatic Colors of #FFAE77
Black with #FFAE77
Text Example
Text Example
White with #FFAE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE77; }
p { color: rgb(255,174,119); }
H1.HeaderClassName
{
color: #FFAE77;
}
.AnyTagClassName
{
color: #FFAE77;
}
</style>
background-color css
<style>
a { background-color: #FFAE77; }
a { background-color: rgb(255,174,119); }
div.DivClassName
{
background-color: #FFAE77;
}
.BgClassName
{
background-color: #FFAE77;
}
</style>
border-color css
<style>
span { border-color: #FFAE77; }
span { border-color: rgb(255,174,119); }
td.TdClassName
{
border-color: #FFAE77;
}
.TagClassName
{
border-color: #FFAE77;
}
</style>