Shades of Tacao #FFAB7B
Tints of Tacao #FFAB7B
RGB
CMYK
RGB Variations
Color information
#FFAB7B (or 0xFFAB7B) is known color: Tacao. HEX triplet: FF, AB and 7B. RGB value is (255,171,123). Sum of RGB (Red+Green+Blue) = 255+171+123=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB7B is #005484. Grayscale: #BEBEBE. Windows color (decimal): -21637 or 8104959. OLE color: 8104959.
HSL color Cylindrical-coordinate representation of color #FFAB7B: hue angle of 21.82º 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 #FFAB7B is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 123 | - |
| CMYK | 0 | 0.33 | 0.52 | 0 |
| HSL | 21.82º | 1% | 0.74% | - |
| HSV(B) | 21.82º | 0.52% | 1% | - |
| XYZ | 59.38 | 51.82 | 25.61 | - |
| YUV | 190.64 | 89.83 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 123 | 0 | 0.33 | 0.52 | 0 | 21.82 | 1 | 0.74 |
| Hex | FF | AB | 7B | 0 | 21 | 34 | 0 | 16 | 64 | 4A |
| Octal | 377 | 253 | 173 | 0 | 41 | 64 | 0 | 26 | 144 | 112 |
| Binary | 11111111 | 10101011 | 1111011 | 0 | 100001 | 110100 | 0 | 10110 | 1100100 | 1001010 |
Color Harmonies of #FFAB7B
Complementary color
Monochromatic Colors of #FFAB7B
Black with #FFAB7B
Text Example
Text Example
White with #FFAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB7B; }
p { color: rgb(255,171,123); }
H1.HeaderClassName
{
color: #FFAB7B;
}
.AnyTagClassName
{
color: #FFAB7B;
}
</style>
background-color css
<style>
a { background-color: #FFAB7B; }
a { background-color: rgb(255,171,123); }
div.DivClassName
{
background-color: #FFAB7B;
}
.BgClassName
{
background-color: #FFAB7B;
}
</style>
border-color css
<style>
span { border-color: #FFAB7B; }
span { border-color: rgb(255,171,123); }
td.TdClassName
{
border-color: #FFAB7B;
}
.TagClassName
{
border-color: #FFAB7B;
}
</style>