Shades of Tacao #FFAE7A
Tints of Tacao #FFAE7A
RGB
CMYK
RGB Variations
Color information
#FFAE7A (or 0xFFAE7A) is known color: Tacao. HEX triplet: FF, AE and 7A. RGB value is (255,174,122). Sum of RGB (Red+Green+Blue) = 255+174+122=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE7A is #005185. Grayscale: #C0C0C0. Windows color (decimal): -20870 or 8040191. OLE color: 8040191.
HSL color Cylindrical-coordinate representation of color #FFAE7A: hue angle of 23.46º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFAE7A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 122 | - |
| CMYK | 0 | 0.32 | 0.52 | 0 |
| HSL | 23.46º | 1% | 0.74% | - |
| HSV(B) | 23.46º | 0.52% | 1% | - |
| XYZ | 59.89 | 52.94 | 25.47 | - |
| YUV | 192.29 | 88.34 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 122 | 0 | 0.32 | 0.52 | 0 | 23.46 | 1 | 0.74 |
| Hex | FF | AE | 7A | 0 | 20 | 34 | 0 | 17 | 64 | 4A |
| Octal | 377 | 256 | 172 | 0 | 40 | 64 | 0 | 27 | 144 | 112 |
| Binary | 11111111 | 10101110 | 1111010 | 0 | 100000 | 110100 | 0 | 10111 | 1100100 | 1001010 |
Color Harmonies of #FFAE7A
Complementary color
Monochromatic Colors of #FFAE7A
Black with #FFAE7A
Text Example
Text Example
White with #FFAE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE7A; }
p { color: rgb(255,174,122); }
H1.HeaderClassName
{
color: #FFAE7A;
}
.AnyTagClassName
{
color: #FFAE7A;
}
</style>
background-color css
<style>
a { background-color: #FFAE7A; }
a { background-color: rgb(255,174,122); }
div.DivClassName
{
background-color: #FFAE7A;
}
.BgClassName
{
background-color: #FFAE7A;
}
</style>
border-color css
<style>
span { border-color: #FFAE7A; }
span { border-color: rgb(255,174,122); }
td.TdClassName
{
border-color: #FFAE7A;
}
.TagClassName
{
border-color: #FFAE7A;
}
</style>