Shades of Tacao #FFAD7A
Tints of Tacao #FFAD7A
RGB
CMYK
RGB Variations
Color information
#FFAD7A (or 0xFFAD7A) is known color: Tacao. HEX triplet: FF, AD and 7A. RGB value is (255,173,122). Sum of RGB (Red+Green+Blue) = 255+173+122=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD7A is #005285. Grayscale: #BFBFBF. Windows color (decimal): -21126 or 8039935. OLE color: 8039935.
HSL color Cylindrical-coordinate representation of color #FFAD7A: hue angle of 23.01º 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 #FFAD7A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 122 | - |
| CMYK | 0 | 0.32 | 0.52 | 0 |
| HSL | 23.01º | 1% | 0.74% | - |
| HSV(B) | 23.01º | 0.52% | 1% | - |
| XYZ | 59.7 | 52.55 | 25.41 | - |
| YUV | 191.7 | 88.67 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 122 | 0 | 0.32 | 0.52 | 0 | 23.01 | 1 | 0.74 |
| Hex | FF | AD | 7A | 0 | 20 | 34 | 0 | 17 | 64 | 4A |
| Octal | 377 | 255 | 172 | 0 | 40 | 64 | 0 | 27 | 144 | 112 |
| Binary | 11111111 | 10101101 | 1111010 | 0 | 100000 | 110100 | 0 | 10111 | 1100100 | 1001010 |
Color Harmonies of #FFAD7A
Complementary color
Monochromatic Colors of #FFAD7A
Black with #FFAD7A
Text Example
Text Example
White with #FFAD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD7A; }
p { color: rgb(255,173,122); }
H1.HeaderClassName
{
color: #FFAD7A;
}
.AnyTagClassName
{
color: #FFAD7A;
}
</style>
background-color css
<style>
a { background-color: #FFAD7A; }
a { background-color: rgb(255,173,122); }
div.DivClassName
{
background-color: #FFAD7A;
}
.BgClassName
{
background-color: #FFAD7A;
}
</style>
border-color css
<style>
span { border-color: #FFAD7A; }
span { border-color: rgb(255,173,122); }
td.TdClassName
{
border-color: #FFAD7A;
}
.TagClassName
{
border-color: #FFAD7A;
}
</style>