Shades of Tacao #FFAE7D
Tints of Tacao #FFAE7D
RGB
CMYK
RGB Variations
Color information
#FFAE7D (or 0xFFAE7D) is known color: Tacao. HEX triplet: FF, AE and 7D. RGB value is (255,174,125). Sum of RGB (Red+Green+Blue) = 255+174+125=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE7D is #005182. Grayscale: #C0C0C0. Windows color (decimal): -20867 or 8236799. OLE color: 8236799.
HSL color Cylindrical-coordinate representation of color #FFAE7D: hue angle of 22.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFAE7D is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 125 | - |
| CMYK | 0 | 0.32 | 0.51 | 0 |
| HSL | 22.62º | 1% | 0.75% | - |
| HSV(B) | 22.62º | 0.51% | 1% | - |
| XYZ | 60.08 | 53.01 | 26.47 | - |
| YUV | 192.63 | 89.84 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 125 | 0 | 0.32 | 0.51 | 0 | 22.62 | 1 | 0.75 |
| Hex | FF | AE | 7D | 0 | 20 | 33 | 0 | 17 | 64 | 4B |
| Octal | 377 | 256 | 175 | 0 | 40 | 63 | 0 | 27 | 144 | 113 |
| Binary | 11111111 | 10101110 | 1111101 | 0 | 100000 | 110011 | 0 | 10111 | 1100100 | 1001011 |
Color Harmonies of #FFAE7D
Complementary color
Monochromatic Colors of #FFAE7D
Black with #FFAE7D
Text Example
Text Example
White with #FFAE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE7D; }
p { color: rgb(255,174,125); }
H1.HeaderClassName
{
color: #FFAE7D;
}
.AnyTagClassName
{
color: #FFAE7D;
}
</style>
background-color css
<style>
a { background-color: #FFAE7D; }
a { background-color: rgb(255,174,125); }
div.DivClassName
{
background-color: #FFAE7D;
}
.BgClassName
{
background-color: #FFAE7D;
}
</style>
border-color css
<style>
span { border-color: #FFAE7D; }
span { border-color: rgb(255,174,125); }
td.TdClassName
{
border-color: #FFAE7D;
}
.TagClassName
{
border-color: #FFAE7D;
}
</style>