Shades of Tacao #F4AA84
Tints of Tacao #F4AA84
RGB
CMYK
RGB Variations
Color information
#F4AA84 (or 0xF4AA84) is known color: Tacao. HEX triplet: F4, AA and 84. RGB value is (244,170,132). Sum of RGB (Red+Green+Blue) = 244+170+132=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AA84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4AA84 is #0B557B. Grayscale: #BCBCBC. Windows color (decimal): -742780 or 8694516. OLE color: 8694516.
HSL color Cylindrical-coordinate representation of color #F4AA84: hue angle of 20.36º degrees, saturation: 0.84, 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 #F4AA84 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 132 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.04 |
| HSL | 20.36º | 0.84% | 0.74% | - |
| HSV(B) | 20.36º | 0.46% | 0.96% | - |
| XYZ | 55.85 | 49.65 | 28.47 | - |
| YUV | 187.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 132 | 0 | 0.30 | 0.46 | 0.04 | 20.36 | 0.84 | 0.74 |
| Hex | F4 | AA | 84 | 0 | 1E | 2E | 4 | 14 | 54 | 4A |
| Octal | 364 | 252 | 204 | 0 | 36 | 56 | 4 | 24 | 124 | 112 |
| Binary | 11110100 | 10101010 | 10000100 | 0 | 11110 | 101110 | 100 | 10100 | 1010100 | 1001010 |
Color Harmonies of #F4AA84
Complementary color
Monochromatic Colors of #F4AA84
Black with #F4AA84
Text Example
Text Example
White with #F4AA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AA84; }
p { color: rgb(244,170,132); }
H1.HeaderClassName
{
color: #F4AA84;
}
.AnyTagClassName
{
color: #F4AA84;
}
</style>
background-color css
<style>
a { background-color: #F4AA84; }
a { background-color: rgb(244,170,132); }
div.DivClassName
{
background-color: #F4AA84;
}
.BgClassName
{
background-color: #F4AA84;
}
</style>
border-color css
<style>
span { border-color: #F4AA84; }
span { border-color: rgb(244,170,132); }
td.TdClassName
{
border-color: #F4AA84;
}
.TagClassName
{
border-color: #F4AA84;
}
</style>