Shades of Coral Tree #AF6559
Tints of Coral Tree #AF6559
RGB
CMYK
RGB Variations
Color information
#AF6559 (or 0xAF6559) is known color: Coral Tree. HEX triplet: AF, 65 and 59. RGB value is (175,101,89). Sum of RGB (Red+Green+Blue) = 175+101+89=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6559 is #509AA6. Grayscale: #797979. Windows color (decimal): -5282471 or 5858735. OLE color: 5858735.
HSL color Cylindrical-coordinate representation of color #AF6559: hue angle of 8.37º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF6559 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 89 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.31 |
| HSL | 8.37º | 0.35% | 0.52% | - |
| HSV(B) | 8.37º | 0.49% | 0.69% | - |
| XYZ | 24.14 | 19.14 | 11.87 | - |
| YUV | 121.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 89 | 0 | 0.42 | 0.49 | 0.31 | 8.37 | 0.35 | 0.52 |
| Hex | AF | 65 | 59 | 0 | 2A | 31 | 1F | 8 | 23 | 34 |
| Octal | 257 | 145 | 131 | 0 | 52 | 61 | 37 | 10 | 43 | 64 |
| Binary | 10101111 | 1100101 | 1011001 | 0 | 101010 | 110001 | 11111 | 1000 | 100011 | 110100 |
Color Harmonies of #AF6559
Complementary color
Monochromatic Colors of #AF6559
Black with #AF6559
Text Example
Text Example
White with #AF6559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6559; }
p { color: rgb(175,101,89); }
H1.HeaderClassName
{
color: #AF6559;
}
.AnyTagClassName
{
color: #AF6559;
}
</style>
background-color css
<style>
a { background-color: #AF6559; }
a { background-color: rgb(175,101,89); }
div.DivClassName
{
background-color: #AF6559;
}
.BgClassName
{
background-color: #AF6559;
}
</style>
border-color css
<style>
span { border-color: #AF6559; }
span { border-color: rgb(175,101,89); }
td.TdClassName
{
border-color: #AF6559;
}
.TagClassName
{
border-color: #AF6559;
}
</style>