Shades of Coral Tree #AF6464
Tints of Coral Tree #AF6464
RGB
CMYK
RGB Variations
Color information
#AF6464 (or 0xAF6464) is known color: Coral Tree. HEX triplet: AF, 64 and 64. RGB value is (175,100,100). Sum of RGB (Red+Green+Blue) = 175+100+100=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6464 is #509B9B. Grayscale: #7A7A7A. Windows color (decimal): -5282716 or 6579375. OLE color: 6579375.
HSL color Cylindrical-coordinate representation of color #AF6464: hue angle of 0º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF6464 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 100 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.31 |
| HSL | 0º | 0.32% | 0.54% | - |
| HSV(B) | 0º | 0.43% | 0.69% | - |
| XYZ | 24.54 | 19.15 | 14.46 | - |
| YUV | 122.43 | 115.35 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 100 | 0 | 0.43 | 0.43 | 0.31 | 0 | 0.32 | 0.54 |
| Hex | AF | 64 | 64 | 0 | 2B | 2B | 1F | 0 | 20 | 36 |
| Octal | 257 | 144 | 144 | 0 | 53 | 53 | 37 | 0 | 40 | 66 |
| Binary | 10101111 | 1100100 | 1100100 | 0 | 101011 | 101011 | 11111 | 0 | 100000 | 110110 |
Color Harmonies of #AF6464
Complementary color
Monochromatic Colors of #AF6464
Black with #AF6464
Text Example
Text Example
White with #AF6464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6464; }
p { color: rgb(175,100,100); }
H1.HeaderClassName
{
color: #AF6464;
}
.AnyTagClassName
{
color: #AF6464;
}
</style>
background-color css
<style>
a { background-color: #AF6464; }
a { background-color: rgb(175,100,100); }
div.DivClassName
{
background-color: #AF6464;
}
.BgClassName
{
background-color: #AF6464;
}
</style>
border-color css
<style>
span { border-color: #AF6464; }
span { border-color: rgb(175,100,100); }
td.TdClassName
{
border-color: #AF6464;
}
.TagClassName
{
border-color: #AF6464;
}
</style>