Shades of Coral Tree #AF6460
Tints of Coral Tree #AF6460
RGB
CMYK
RGB Variations
Color information
#AF6460 (or 0xAF6460) is known color: Coral Tree. HEX triplet: AF, 64 and 60. RGB value is (175,100,96). Sum of RGB (Red+Green+Blue) = 175+100+96=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6460 is #509B9F. Grayscale: #7A7A7A. Windows color (decimal): -5282720 or 6317231. OLE color: 6317231.
HSL color Cylindrical-coordinate representation of color #AF6460: hue angle of 3.04º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6460 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 96 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.31 |
| HSL | 3.04º | 0.33% | 0.53% | - |
| HSV(B) | 3.04º | 0.45% | 0.69% | - |
| XYZ | 24.35 | 19.07 | 13.46 | - |
| YUV | 121.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 96 | 0 | 0.43 | 0.45 | 0.31 | 3.04 | 0.33 | 0.53 |
| Hex | AF | 64 | 60 | 0 | 2B | 2D | 1F | 3 | 21 | 35 |
| Octal | 257 | 144 | 140 | 0 | 53 | 55 | 37 | 3 | 41 | 65 |
| Binary | 10101111 | 1100100 | 1100000 | 0 | 101011 | 101101 | 11111 | 11 | 100001 | 110101 |
Color Harmonies of #AF6460
Complementary color
Monochromatic Colors of #AF6460
Black with #AF6460
Text Example
Text Example
White with #AF6460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6460; }
p { color: rgb(175,100,96); }
H1.HeaderClassName
{
color: #AF6460;
}
.AnyTagClassName
{
color: #AF6460;
}
</style>
background-color css
<style>
a { background-color: #AF6460; }
a { background-color: rgb(175,100,96); }
div.DivClassName
{
background-color: #AF6460;
}
.BgClassName
{
background-color: #AF6460;
}
</style>
border-color css
<style>
span { border-color: #AF6460; }
span { border-color: rgb(175,100,96); }
td.TdClassName
{
border-color: #AF6460;
}
.TagClassName
{
border-color: #AF6460;
}
</style>