Shades of Tacao #FFAD7D
Tints of Tacao #FFAD7D
RGB
CMYK
RGB Variations
Color information
#FFAD7D (or 0xFFAD7D) is known color: Tacao. HEX triplet: FF, AD and 7D. RGB value is (255,173,125). Sum of RGB (Red+Green+Blue) = 255+173+125=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD7D is #005282. Grayscale: #C0C0C0. Windows color (decimal): -21123 or 8236543. OLE color: 8236543.
HSL color Cylindrical-coordinate representation of color #FFAD7D: hue angle of 22.15º 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 #FFAD7D is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 125 | - |
| CMYK | 0 | 0.32 | 0.51 | 0 |
| HSL | 22.15º | 1% | 0.75% | - |
| HSV(B) | 22.15º | 0.51% | 1% | - |
| XYZ | 59.89 | 52.63 | 26.4 | - |
| YUV | 192.05 | 90.17 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 125 | 0 | 0.32 | 0.51 | 0 | 22.15 | 1 | 0.75 |
| Hex | FF | AD | 7D | 0 | 20 | 33 | 0 | 16 | 64 | 4B |
| Octal | 377 | 255 | 175 | 0 | 40 | 63 | 0 | 26 | 144 | 113 |
| Binary | 11111111 | 10101101 | 1111101 | 0 | 100000 | 110011 | 0 | 10110 | 1100100 | 1001011 |
Color Harmonies of #FFAD7D
Complementary color
Monochromatic Colors of #FFAD7D
Black with #FFAD7D
Text Example
Text Example
White with #FFAD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD7D; }
p { color: rgb(255,173,125); }
H1.HeaderClassName
{
color: #FFAD7D;
}
.AnyTagClassName
{
color: #FFAD7D;
}
</style>
background-color css
<style>
a { background-color: #FFAD7D; }
a { background-color: rgb(255,173,125); }
div.DivClassName
{
background-color: #FFAD7D;
}
.BgClassName
{
background-color: #FFAD7D;
}
</style>
border-color css
<style>
span { border-color: #FFAD7D; }
span { border-color: rgb(255,173,125); }
td.TdClassName
{
border-color: #FFAD7D;
}
.TagClassName
{
border-color: #FFAD7D;
}
</style>