Shades of Tacao #FFAF7A
Tints of Tacao #FFAF7A
RGB
CMYK
RGB Variations
Color information
#FFAF7A (or 0xFFAF7A) is known color: Tacao. HEX triplet: FF, AF and 7A. RGB value is (255,175,122). Sum of RGB (Red+Green+Blue) = 255+175+122=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF7A is #005085. Grayscale: #C1C1C1. Windows color (decimal): -20614 or 8040447. OLE color: 8040447.
HSL color Cylindrical-coordinate representation of color #FFAF7A: hue angle of 23.91º 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 #FFAF7A is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 122 | - |
| CMYK | 0 | 0.31 | 0.52 | 0 |
| HSL | 23.91º | 1% | 0.74% | - |
| HSV(B) | 23.91º | 0.52% | 1% | - |
| XYZ | 60.08 | 53.33 | 25.54 | - |
| YUV | 192.88 | 88 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 122 | 0 | 0.31 | 0.52 | 0 | 23.91 | 1 | 0.74 |
| Hex | FF | AF | 7A | 0 | 1F | 34 | 0 | 18 | 64 | 4A |
| Octal | 377 | 257 | 172 | 0 | 37 | 64 | 0 | 30 | 144 | 112 |
| Binary | 11111111 | 10101111 | 1111010 | 0 | 11111 | 110100 | 0 | 11000 | 1100100 | 1001010 |
Color Harmonies of #FFAF7A
Complementary color
Monochromatic Colors of #FFAF7A
Black with #FFAF7A
Text Example
Text Example
White with #FFAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF7A; }
p { color: rgb(255,175,122); }
H1.HeaderClassName
{
color: #FFAF7A;
}
.AnyTagClassName
{
color: #FFAF7A;
}
</style>
background-color css
<style>
a { background-color: #FFAF7A; }
a { background-color: rgb(255,175,122); }
div.DivClassName
{
background-color: #FFAF7A;
}
.BgClassName
{
background-color: #FFAF7A;
}
</style>
border-color css
<style>
span { border-color: #FFAF7A; }
span { border-color: rgb(255,175,122); }
td.TdClassName
{
border-color: #FFAF7A;
}
.TagClassName
{
border-color: #FFAF7A;
}
</style>