Shades of Tacao #FFAA7A
Tints of Tacao #FFAA7A
RGB
CMYK
RGB Variations
Color information
#FFAA7A (or 0xFFAA7A) is known color: Tacao. HEX triplet: FF, AA and 7A. RGB value is (255,170,122). Sum of RGB (Red+Green+Blue) = 255+170+122=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA7A is #005585. Grayscale: #BEBEBE. Windows color (decimal): -21894 or 8039167. OLE color: 8039167.
HSL color Cylindrical-coordinate representation of color #FFAA7A: hue angle of 21.65º 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 #FFAA7A is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 122 | - |
| CMYK | 0 | 0.33 | 0.52 | 0 |
| HSL | 21.65º | 1% | 0.74% | - |
| HSV(B) | 21.65º | 0.52% | 1% | - |
| XYZ | 59.13 | 51.41 | 25.22 | - |
| YUV | 189.94 | 89.66 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 122 | 0 | 0.33 | 0.52 | 0 | 21.65 | 1 | 0.74 |
| Hex | FF | AA | 7A | 0 | 21 | 34 | 0 | 16 | 64 | 4A |
| Octal | 377 | 252 | 172 | 0 | 41 | 64 | 0 | 26 | 144 | 112 |
| Binary | 11111111 | 10101010 | 1111010 | 0 | 100001 | 110100 | 0 | 10110 | 1100100 | 1001010 |
Color Harmonies of #FFAA7A
Complementary color
Monochromatic Colors of #FFAA7A
Black with #FFAA7A
Text Example
Text Example
White with #FFAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA7A; }
p { color: rgb(255,170,122); }
H1.HeaderClassName
{
color: #FFAA7A;
}
.AnyTagClassName
{
color: #FFAA7A;
}
</style>
background-color css
<style>
a { background-color: #FFAA7A; }
a { background-color: rgb(255,170,122); }
div.DivClassName
{
background-color: #FFAA7A;
}
.BgClassName
{
background-color: #FFAA7A;
}
</style>
border-color css
<style>
span { border-color: #FFAA7A; }
span { border-color: rgb(255,170,122); }
td.TdClassName
{
border-color: #FFAA7A;
}
.TagClassName
{
border-color: #FFAA7A;
}
</style>