Shades of Tacao #FFAF7D
Tints of Tacao #FFAF7D
RGB
CMYK
RGB Variations
Color information
#FFAF7D (or 0xFFAF7D) is known color: Tacao. HEX triplet: FF, AF and 7D. RGB value is (255,175,125). Sum of RGB (Red+Green+Blue) = 255+175+125=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF7D is #005082. Grayscale: #C1C1C1. Windows color (decimal): -20611 or 8237055. OLE color: 8237055.
HSL color Cylindrical-coordinate representation of color #FFAF7D: hue angle of 23.08º 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 #FFAF7D is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 125 | - |
| CMYK | 0 | 0.31 | 0.51 | 0 |
| HSL | 23.08º | 1% | 0.75% | - |
| HSV(B) | 23.08º | 0.51% | 1% | - |
| XYZ | 60.27 | 53.4 | 26.53 | - |
| YUV | 193.22 | 89.5 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 125 | 0 | 0.31 | 0.51 | 0 | 23.08 | 1 | 0.75 |
| Hex | FF | AF | 7D | 0 | 1F | 33 | 0 | 17 | 64 | 4B |
| Octal | 377 | 257 | 175 | 0 | 37 | 63 | 0 | 27 | 144 | 113 |
| Binary | 11111111 | 10101111 | 1111101 | 0 | 11111 | 110011 | 0 | 10111 | 1100100 | 1001011 |
Color Harmonies of #FFAF7D
Complementary color
Monochromatic Colors of #FFAF7D
Black with #FFAF7D
Text Example
Text Example
White with #FFAF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF7D; }
p { color: rgb(255,175,125); }
H1.HeaderClassName
{
color: #FFAF7D;
}
.AnyTagClassName
{
color: #FFAF7D;
}
</style>
background-color css
<style>
a { background-color: #FFAF7D; }
a { background-color: rgb(255,175,125); }
div.DivClassName
{
background-color: #FFAF7D;
}
.BgClassName
{
background-color: #FFAF7D;
}
</style>
border-color css
<style>
span { border-color: #FFAF7D; }
span { border-color: rgb(255,175,125); }
td.TdClassName
{
border-color: #FFAF7D;
}
.TagClassName
{
border-color: #FFAF7D;
}
</style>