Shades of Tacao #FFAE85
Tints of Tacao #FFAE85
RGB
CMYK
RGB Variations
Color information
#FFAE85 (or 0xFFAE85) is known color: Tacao. HEX triplet: FF, AE and 85. RGB value is (255,174,133). Sum of RGB (Red+Green+Blue) = 255+174+133=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE85 is #00517A. Grayscale: #C1C1C1. Windows color (decimal): -20859 or 8761087. OLE color: 8761087.
HSL color Cylindrical-coordinate representation of color #FFAE85: hue angle of 20.16º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFAE85 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 133 | - |
| CMYK | 0 | 0.32 | 0.48 | 0 |
| HSL | 20.16º | 1% | 0.76% | - |
| HSV(B) | 20.16º | 0.48% | 1% | - |
| XYZ | 60.61 | 53.23 | 29.27 | - |
| YUV | 193.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 133 | 0 | 0.32 | 0.48 | 0 | 20.16 | 1 | 0.76 |
| Hex | FF | AE | 85 | 0 | 20 | 30 | 0 | 14 | 64 | 4C |
| Octal | 377 | 256 | 205 | 0 | 40 | 60 | 0 | 24 | 144 | 114 |
| Binary | 11111111 | 10101110 | 10000101 | 0 | 100000 | 110000 | 0 | 10100 | 1100100 | 1001100 |
Color Harmonies of #FFAE85
Complementary color
Monochromatic Colors of #FFAE85
Black with #FFAE85
Text Example
Text Example
White with #FFAE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE85; }
p { color: rgb(255,174,133); }
H1.HeaderClassName
{
color: #FFAE85;
}
.AnyTagClassName
{
color: #FFAE85;
}
</style>
background-color css
<style>
a { background-color: #FFAE85; }
a { background-color: rgb(255,174,133); }
div.DivClassName
{
background-color: #FFAE85;
}
.BgClassName
{
background-color: #FFAE85;
}
</style>
border-color css
<style>
span { border-color: #FFAE85; }
span { border-color: rgb(255,174,133); }
td.TdClassName
{
border-color: #FFAE85;
}
.TagClassName
{
border-color: #FFAE85;
}
</style>