Shades of Tacao #FFAF7C
Tints of Tacao #FFAF7C
RGB
CMYK
RGB Variations
Color information
#FFAF7C (or 0xFFAF7C) is known color: Tacao. HEX triplet: FF, AF and 7C. RGB value is (255,175,124). Sum of RGB (Red+Green+Blue) = 255+175+124=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF7C is #005083. Grayscale: #C1C1C1. Windows color (decimal): -20612 or 8171519. OLE color: 8171519.
HSL color Cylindrical-coordinate representation of color #FFAF7C: hue angle of 23.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFAF7C is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 124 | - |
| CMYK | 0 | 0.31 | 0.51 | 0 |
| HSL | 23.36º | 1% | 0.74% | - |
| HSV(B) | 23.36º | 0.51% | 1% | - |
| XYZ | 60.21 | 53.38 | 26.2 | - |
| YUV | 193.11 | 89 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 124 | 0 | 0.31 | 0.51 | 0 | 23.36 | 1 | 0.74 |
| Hex | FF | AF | 7C | 0 | 1F | 33 | 0 | 17 | 64 | 4A |
| Octal | 377 | 257 | 174 | 0 | 37 | 63 | 0 | 27 | 144 | 112 |
| Binary | 11111111 | 10101111 | 1111100 | 0 | 11111 | 110011 | 0 | 10111 | 1100100 | 1001010 |
Color Harmonies of #FFAF7C
Complementary color
Monochromatic Colors of #FFAF7C
Black with #FFAF7C
Text Example
Text Example
White with #FFAF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF7C; }
p { color: rgb(255,175,124); }
H1.HeaderClassName
{
color: #FFAF7C;
}
.AnyTagClassName
{
color: #FFAF7C;
}
</style>
background-color css
<style>
a { background-color: #FFAF7C; }
a { background-color: rgb(255,175,124); }
div.DivClassName
{
background-color: #FFAF7C;
}
.BgClassName
{
background-color: #FFAF7C;
}
</style>
border-color css
<style>
span { border-color: #FFAF7C; }
span { border-color: rgb(255,175,124); }
td.TdClassName
{
border-color: #FFAF7C;
}
.TagClassName
{
border-color: #FFAF7C;
}
</style>