Shades of Tacao #FFAF7E
Tints of Tacao #FFAF7E
RGB
CMYK
RGB Variations
Color information
#FFAF7E (or 0xFFAF7E) is known color: Tacao. HEX triplet: FF, AF and 7E. RGB value is (255,175,126). Sum of RGB (Red+Green+Blue) = 255+175+126=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF7E is #005081. Grayscale: #C1C1C1. Windows color (decimal): -20610 or 8302591. OLE color: 8302591.
HSL color Cylindrical-coordinate representation of color #FFAF7E: hue angle of 22.79º 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 #FFAF7E is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 126 | - |
| CMYK | 0 | 0.31 | 0.51 | 0 |
| HSL | 22.79º | 1% | 0.75% | - |
| HSV(B) | 22.79º | 0.51% | 1% | - |
| XYZ | 60.34 | 53.43 | 26.87 | - |
| YUV | 193.33 | 90 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 126 | 0 | 0.31 | 0.51 | 0 | 22.79 | 1 | 0.75 |
| Hex | FF | AF | 7E | 0 | 1F | 33 | 0 | 17 | 64 | 4B |
| Octal | 377 | 257 | 176 | 0 | 37 | 63 | 0 | 27 | 144 | 113 |
| Binary | 11111111 | 10101111 | 1111110 | 0 | 11111 | 110011 | 0 | 10111 | 1100100 | 1001011 |
Color Harmonies of #FFAF7E
Complementary color
Monochromatic Colors of #FFAF7E
Black with #FFAF7E
Text Example
Text Example
White with #FFAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF7E; }
p { color: rgb(255,175,126); }
H1.HeaderClassName
{
color: #FFAF7E;
}
.AnyTagClassName
{
color: #FFAF7E;
}
</style>
background-color css
<style>
a { background-color: #FFAF7E; }
a { background-color: rgb(255,175,126); }
div.DivClassName
{
background-color: #FFAF7E;
}
.BgClassName
{
background-color: #FFAF7E;
}
</style>
border-color css
<style>
span { border-color: #FFAF7E; }
span { border-color: rgb(255,175,126); }
td.TdClassName
{
border-color: #FFAF7E;
}
.TagClassName
{
border-color: #FFAF7E;
}
</style>