Shades of Tacao #FFAD7C
Tints of Tacao #FFAD7C
RGB
CMYK
RGB Variations
Color information
#FFAD7C (or 0xFFAD7C) is known color: Tacao. HEX triplet: FF, AD and 7C. RGB value is (255,173,124). Sum of RGB (Red+Green+Blue) = 255+173+124=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD7C is #005283. Grayscale: #C0C0C0. Windows color (decimal): -21124 or 8171007. OLE color: 8171007.
HSL color Cylindrical-coordinate representation of color #FFAD7C: hue angle of 22.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFAD7C is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 124 | - |
| CMYK | 0 | 0.32 | 0.51 | 0 |
| HSL | 22.44º | 1% | 0.74% | - |
| HSV(B) | 22.44º | 0.51% | 1% | - |
| XYZ | 59.82 | 52.6 | 26.07 | - |
| YUV | 191.93 | 89.67 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 124 | 0 | 0.32 | 0.51 | 0 | 22.44 | 1 | 0.74 |
| Hex | FF | AD | 7C | 0 | 20 | 33 | 0 | 16 | 64 | 4A |
| Octal | 377 | 255 | 174 | 0 | 40 | 63 | 0 | 26 | 144 | 112 |
| Binary | 11111111 | 10101101 | 1111100 | 0 | 100000 | 110011 | 0 | 10110 | 1100100 | 1001010 |
Color Harmonies of #FFAD7C
Complementary color
Monochromatic Colors of #FFAD7C
Black with #FFAD7C
Text Example
Text Example
White with #FFAD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD7C; }
p { color: rgb(255,173,124); }
H1.HeaderClassName
{
color: #FFAD7C;
}
.AnyTagClassName
{
color: #FFAD7C;
}
</style>
background-color css
<style>
a { background-color: #FFAD7C; }
a { background-color: rgb(255,173,124); }
div.DivClassName
{
background-color: #FFAD7C;
}
.BgClassName
{
background-color: #FFAD7C;
}
</style>
border-color css
<style>
span { border-color: #FFAD7C; }
span { border-color: rgb(255,173,124); }
td.TdClassName
{
border-color: #FFAD7C;
}
.TagClassName
{
border-color: #FFAD7C;
}
</style>