Shades of Tacao #F5AA85
Tints of Tacao #F5AA85
RGB
CMYK
RGB Variations
Color information
#F5AA85 (or 0xF5AA85) is known color: Tacao. HEX triplet: F5, AA and 85. RGB value is (245,170,133). Sum of RGB (Red+Green+Blue) = 245+170+133=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AA85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AA85 is #0A557A. Grayscale: #BCBCBC. Windows color (decimal): -677243 or 8760053. OLE color: 8760053.
HSL color Cylindrical-coordinate representation of color #F5AA85: hue angle of 19.82º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5AA85 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 170 | 133 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.04 |
| HSL | 19.82º | 0.85% | 0.74% | - |
| HSV(B) | 19.82º | 0.46% | 0.96% | - |
| XYZ | 56.26 | 49.86 | 28.85 | - |
| YUV | 188.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 170 | 133 | 0 | 0.31 | 0.46 | 0.04 | 19.82 | 0.85 | 0.74 |
| Hex | F5 | AA | 85 | 0 | 1F | 2E | 4 | 14 | 55 | 4A |
| Octal | 365 | 252 | 205 | 0 | 37 | 56 | 4 | 24 | 125 | 112 |
| Binary | 11110101 | 10101010 | 10000101 | 0 | 11111 | 101110 | 100 | 10100 | 1010101 | 1001010 |
Color Harmonies of #F5AA85
Complementary color
Monochromatic Colors of #F5AA85
Black with #F5AA85
Text Example
Text Example
White with #F5AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AA85; }
p { color: rgb(245,170,133); }
H1.HeaderClassName
{
color: #F5AA85;
}
.AnyTagClassName
{
color: #F5AA85;
}
</style>
background-color css
<style>
a { background-color: #F5AA85; }
a { background-color: rgb(245,170,133); }
div.DivClassName
{
background-color: #F5AA85;
}
.BgClassName
{
background-color: #F5AA85;
}
</style>
border-color css
<style>
span { border-color: #F5AA85; }
span { border-color: rgb(245,170,133); }
td.TdClassName
{
border-color: #F5AA85;
}
.TagClassName
{
border-color: #F5AA85;
}
</style>