Shades of Tacao #FFAD7E
Tints of Tacao #FFAD7E
RGB
CMYK
RGB Variations
Color information
#FFAD7E (or 0xFFAD7E) is known color: Tacao. HEX triplet: FF, AD and 7E. RGB value is (255,173,126). Sum of RGB (Red+Green+Blue) = 255+173+126=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 126 (49.61% from 255 or 22.74% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD7E is #005281. Grayscale: #C0C0C0. Windows color (decimal): -21122 or 8302079. OLE color: 8302079.
HSL color Cylindrical-coordinate representation of color #FFAD7E: hue angle of 21.86º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFAD7E is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 126 | - |
| CMYK | 0 | 0.32 | 0.51 | 0 |
| HSL | 21.86º | 1% | 0.75% | - |
| HSV(B) | 21.86º | 0.51% | 1% | - |
| XYZ | 59.95 | 52.65 | 26.74 | - |
| YUV | 192.16 | 90.67 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 126 | 0 | 0.32 | 0.51 | 0 | 21.86 | 1 | 0.75 |
| Hex | FF | AD | 7E | 0 | 20 | 33 | 0 | 16 | 64 | 4B |
| Octal | 377 | 255 | 176 | 0 | 40 | 63 | 0 | 26 | 144 | 113 |
| Binary | 11111111 | 10101101 | 1111110 | 0 | 100000 | 110011 | 0 | 10110 | 1100100 | 1001011 |
Color Harmonies of #FFAD7E
Complementary color
Monochromatic Colors of #FFAD7E
Black with #FFAD7E
Text Example
Text Example
White with #FFAD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD7E; }
p { color: rgb(255,173,126); }
H1.HeaderClassName
{
color: #FFAD7E;
}
.AnyTagClassName
{
color: #FFAD7E;
}
</style>
background-color css
<style>
a { background-color: #FFAD7E; }
a { background-color: rgb(255,173,126); }
div.DivClassName
{
background-color: #FFAD7E;
}
.BgClassName
{
background-color: #FFAD7E;
}
</style>
border-color css
<style>
span { border-color: #FFAD7E; }
span { border-color: rgb(255,173,126); }
td.TdClassName
{
border-color: #FFAD7E;
}
.TagClassName
{
border-color: #FFAD7E;
}
</style>