Shades of Tacao #FFAD7B
Tints of Tacao #FFAD7B
RGB
CMYK
RGB Variations
Color information
#FFAD7B (or 0xFFAD7B) is known color: Tacao. HEX triplet: FF, AD and 7B. RGB value is (255,173,123). Sum of RGB (Red+Green+Blue) = 255+173+123=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD7B is #005284. Grayscale: #C0C0C0. Windows color (decimal): -21125 or 8105471. OLE color: 8105471.
HSL color Cylindrical-coordinate representation of color #FFAD7B: hue angle of 22.73º 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 #FFAD7B is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 123 | - |
| CMYK | 0 | 0.32 | 0.52 | 0 |
| HSL | 22.73º | 1% | 0.74% | - |
| HSV(B) | 22.73º | 0.52% | 1% | - |
| XYZ | 59.76 | 52.58 | 25.74 | - |
| YUV | 191.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 123 | 0 | 0.32 | 0.52 | 0 | 22.73 | 1 | 0.74 |
| Hex | FF | AD | 7B | 0 | 20 | 34 | 0 | 17 | 64 | 4A |
| Octal | 377 | 255 | 173 | 0 | 40 | 64 | 0 | 27 | 144 | 112 |
| Binary | 11111111 | 10101101 | 1111011 | 0 | 100000 | 110100 | 0 | 10111 | 1100100 | 1001010 |
Color Harmonies of #FFAD7B
Complementary color
Monochromatic Colors of #FFAD7B
Black with #FFAD7B
Text Example
Text Example
White with #FFAD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD7B; }
p { color: rgb(255,173,123); }
H1.HeaderClassName
{
color: #FFAD7B;
}
.AnyTagClassName
{
color: #FFAD7B;
}
</style>
background-color css
<style>
a { background-color: #FFAD7B; }
a { background-color: rgb(255,173,123); }
div.DivClassName
{
background-color: #FFAD7B;
}
.BgClassName
{
background-color: #FFAD7B;
}
</style>
border-color css
<style>
span { border-color: #FFAD7B; }
span { border-color: rgb(255,173,123); }
td.TdClassName
{
border-color: #FFAD7B;
}
.TagClassName
{
border-color: #FFAD7B;
}
</style>