Shades of Tacao #FFAE82
Tints of Tacao #FFAE82
RGB
CMYK
RGB Variations
Color information
#FFAE82 (or 0xFFAE82) is known color: Tacao. HEX triplet: FF, AE and 82. RGB value is (255,174,130). Sum of RGB (Red+Green+Blue) = 255+174+130=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE82 is #00517D. Grayscale: #C1C1C1. Windows color (decimal): -20862 or 8564479. OLE color: 8564479.
HSL color Cylindrical-coordinate representation of color #FFAE82: hue angle of 21.12º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFAE82 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 130 | - |
| CMYK | 0 | 0.32 | 0.49 | 0 |
| HSL | 21.12º | 1% | 0.75% | - |
| HSV(B) | 21.12º | 0.49% | 1% | - |
| XYZ | 60.41 | 53.14 | 28.19 | - |
| YUV | 193.2 | 92.34 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 130 | 0 | 0.32 | 0.49 | 0 | 21.12 | 1 | 0.75 |
| Hex | FF | AE | 82 | 0 | 20 | 31 | 0 | 15 | 64 | 4B |
| Octal | 377 | 256 | 202 | 0 | 40 | 61 | 0 | 25 | 144 | 113 |
| Binary | 11111111 | 10101110 | 10000010 | 0 | 100000 | 110001 | 0 | 10101 | 1100100 | 1001011 |
Color Harmonies of #FFAE82
Complementary color
Monochromatic Colors of #FFAE82
Black with #FFAE82
Text Example
Text Example
White with #FFAE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE82; }
p { color: rgb(255,174,130); }
H1.HeaderClassName
{
color: #FFAE82;
}
.AnyTagClassName
{
color: #FFAE82;
}
</style>
background-color css
<style>
a { background-color: #FFAE82; }
a { background-color: rgb(255,174,130); }
div.DivClassName
{
background-color: #FFAE82;
}
.BgClassName
{
background-color: #FFAE82;
}
</style>
border-color css
<style>
span { border-color: #FFAE82; }
span { border-color: rgb(255,174,130); }
td.TdClassName
{
border-color: #FFAE82;
}
.TagClassName
{
border-color: #FFAE82;
}
</style>