Shades of Tacao #FFAD82
Tints of Tacao #FFAD82
RGB
CMYK
RGB Variations
Color information
#FFAD82 (or 0xFFAD82) is known color: Tacao. HEX triplet: FF, AD and 82. RGB value is (255,173,130). Sum of RGB (Red+Green+Blue) = 255+173+130=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAD82 is #00527D. Grayscale: #C0C0C0. Windows color (decimal): -21118 or 8564223. OLE color: 8564223.
HSL color Cylindrical-coordinate representation of color #FFAD82: hue angle of 20.64º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFAD82 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 130 | - |
| CMYK | 0 | 0.32 | 0.49 | 0 |
| HSL | 20.64º | 1% | 0.75% | - |
| HSV(B) | 20.64º | 0.49% | 1% | - |
| XYZ | 60.21 | 52.76 | 28.13 | - |
| YUV | 192.62 | 92.67 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 130 | 0 | 0.32 | 0.49 | 0 | 20.64 | 1 | 0.75 |
| Hex | FF | AD | 82 | 0 | 20 | 31 | 0 | 15 | 64 | 4B |
| Octal | 377 | 255 | 202 | 0 | 40 | 61 | 0 | 25 | 144 | 113 |
| Binary | 11111111 | 10101101 | 10000010 | 0 | 100000 | 110001 | 0 | 10101 | 1100100 | 1001011 |
Color Harmonies of #FFAD82
Complementary color
Monochromatic Colors of #FFAD82
Black with #FFAD82
Text Example
Text Example
White with #FFAD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD82; }
p { color: rgb(255,173,130); }
H1.HeaderClassName
{
color: #FFAD82;
}
.AnyTagClassName
{
color: #FFAD82;
}
</style>
background-color css
<style>
a { background-color: #FFAD82; }
a { background-color: rgb(255,173,130); }
div.DivClassName
{
background-color: #FFAD82;
}
.BgClassName
{
background-color: #FFAD82;
}
</style>
border-color css
<style>
span { border-color: #FFAD82; }
span { border-color: rgb(255,173,130); }
td.TdClassName
{
border-color: #FFAD82;
}
.TagClassName
{
border-color: #FFAD82;
}
</style>