Shades of Tacao #FFAE72
Tints of Tacao #FFAE72
RGB
CMYK
RGB Variations
Color information
#FFAE72 (or 0xFFAE72) is known color: Tacao. HEX triplet: FF, AE and 72. RGB value is (255,174,114). Sum of RGB (Red+Green+Blue) = 255+174+114=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE72 is #00518D. Grayscale: #BFBFBF. Windows color (decimal): -20878 or 7515903. OLE color: 7515903.
HSL color Cylindrical-coordinate representation of color #FFAE72: hue angle of 25.53º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFAE72 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 114 | - |
| CMYK | 0 | 0.32 | 0.55 | 0 |
| HSL | 25.53º | 1% | 0.72% | - |
| HSV(B) | 25.53º | 0.55% | 1% | - |
| XYZ | 59.41 | 52.75 | 22.97 | - |
| YUV | 191.38 | 84.34 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 114 | 0 | 0.32 | 0.55 | 0 | 25.53 | 1 | 0.72 |
| Hex | FF | AE | 72 | 0 | 20 | 37 | 0 | 1A | 64 | 48 |
| Octal | 377 | 256 | 162 | 0 | 40 | 67 | 0 | 32 | 144 | 110 |
| Binary | 11111111 | 10101110 | 1110010 | 0 | 100000 | 110111 | 0 | 11010 | 1100100 | 1001000 |
Color Harmonies of #FFAE72
Complementary color
Monochromatic Colors of #FFAE72
Black with #FFAE72
Text Example
Text Example
White with #FFAE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE72; }
p { color: rgb(255,174,114); }
H1.HeaderClassName
{
color: #FFAE72;
}
.AnyTagClassName
{
color: #FFAE72;
}
</style>
background-color css
<style>
a { background-color: #FFAE72; }
a { background-color: rgb(255,174,114); }
div.DivClassName
{
background-color: #FFAE72;
}
.BgClassName
{
background-color: #FFAE72;
}
</style>
border-color css
<style>
span { border-color: #FFAE72; }
span { border-color: rgb(255,174,114); }
td.TdClassName
{
border-color: #FFAE72;
}
.TagClassName
{
border-color: #FFAE72;
}
</style>