Shades of Tacao #FFAE7F
Tints of Tacao #FFAE7F
RGB
CMYK
RGB Variations
Color information
#FFAE7F (or 0xFFAE7F) is known color: Tacao. HEX triplet: FF, AE and 7F. RGB value is (255,174,127). Sum of RGB (Red+Green+Blue) = 255+174+127=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE7F is #005180. Grayscale: #C1C1C1. Windows color (decimal): -20865 or 8367871. OLE color: 8367871.
HSL color Cylindrical-coordinate representation of color #FFAE7F: hue angle of 22.03º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFAE7F is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 127 | - |
| CMYK | 0 | 0.32 | 0.50 | 0 |
| HSL | 22.03º | 1% | 0.75% | - |
| HSV(B) | 22.03º | 0.5% | 1% | - |
| XYZ | 60.21 | 53.06 | 27.15 | - |
| YUV | 192.86 | 90.84 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 127 | 0 | 0.32 | 0.50 | 0 | 22.03 | 1 | 0.75 |
| Hex | FF | AE | 7F | 0 | 20 | 32 | 0 | 16 | 64 | 4B |
| Octal | 377 | 256 | 177 | 0 | 40 | 62 | 0 | 26 | 144 | 113 |
| Binary | 11111111 | 10101110 | 1111111 | 0 | 100000 | 110010 | 0 | 10110 | 1100100 | 1001011 |
Color Harmonies of #FFAE7F
Complementary color
Monochromatic Colors of #FFAE7F
Black with #FFAE7F
Text Example
Text Example
White with #FFAE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE7F; }
p { color: rgb(255,174,127); }
H1.HeaderClassName
{
color: #FFAE7F;
}
.AnyTagClassName
{
color: #FFAE7F;
}
</style>
background-color css
<style>
a { background-color: #FFAE7F; }
a { background-color: rgb(255,174,127); }
div.DivClassName
{
background-color: #FFAE7F;
}
.BgClassName
{
background-color: #FFAE7F;
}
</style>
border-color css
<style>
span { border-color: #FFAE7F; }
span { border-color: rgb(255,174,127); }
td.TdClassName
{
border-color: #FFAE7F;
}
.TagClassName
{
border-color: #FFAE7F;
}
</style>