Shades of Tacao #FFAB7A
Tints of Tacao #FFAB7A
RGB
CMYK
RGB Variations
Color information
#FFAB7A (or 0xFFAB7A) is known color: Tacao. HEX triplet: FF, AB and 7A. RGB value is (255,171,122). Sum of RGB (Red+Green+Blue) = 255+171+122=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 122 (48.05% from 255 or 22.26% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB7A is #005485. Grayscale: #BEBEBE. Windows color (decimal): -21638 or 8039423. OLE color: 8039423.
HSL color Cylindrical-coordinate representation of color #FFAB7A: hue angle of 22.11º 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 #FFAB7A is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 122 | - |
| CMYK | 0 | 0.33 | 0.52 | 0 |
| HSL | 22.11º | 1% | 0.74% | - |
| HSV(B) | 22.11º | 0.52% | 1% | - |
| XYZ | 59.32 | 51.79 | 25.28 | - |
| YUV | 190.53 | 89.33 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 122 | 0 | 0.33 | 0.52 | 0 | 22.11 | 1 | 0.74 |
| Hex | FF | AB | 7A | 0 | 21 | 34 | 0 | 16 | 64 | 4A |
| Octal | 377 | 253 | 172 | 0 | 41 | 64 | 0 | 26 | 144 | 112 |
| Binary | 11111111 | 10101011 | 1111010 | 0 | 100001 | 110100 | 0 | 10110 | 1100100 | 1001010 |
Color Harmonies of #FFAB7A
Complementary color
Monochromatic Colors of #FFAB7A
Black with #FFAB7A
Text Example
Text Example
White with #FFAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB7A; }
p { color: rgb(255,171,122); }
H1.HeaderClassName
{
color: #FFAB7A;
}
.AnyTagClassName
{
color: #FFAB7A;
}
</style>
background-color css
<style>
a { background-color: #FFAB7A; }
a { background-color: rgb(255,171,122); }
div.DivClassName
{
background-color: #FFAB7A;
}
.BgClassName
{
background-color: #FFAB7A;
}
</style>
border-color css
<style>
span { border-color: #FFAB7A; }
span { border-color: rgb(255,171,122); }
td.TdClassName
{
border-color: #FFAB7A;
}
.TagClassName
{
border-color: #FFAB7A;
}
</style>