Shades of Coral Tree #AF6C60
Tints of Coral Tree #AF6C60
RGB
CMYK
RGB Variations
Color information
#AF6C60 (or 0xAF6C60) is known color: Coral Tree. HEX triplet: AF, 6C and 60. RGB value is (175,108,96). Sum of RGB (Red+Green+Blue) = 175+108+96=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C60 is #50939F. Grayscale: #7E7E7E. Windows color (decimal): -5280672 or 6319279. OLE color: 6319279.
HSL color Cylindrical-coordinate representation of color #AF6C60: hue angle of 9.11º 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 #AF6C60 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 96 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.31 |
| HSL | 9.11º | 0.33% | 0.53% | - |
| HSV(B) | 9.11º | 0.45% | 0.69% | - |
| XYZ | 25.15 | 20.68 | 13.73 | - |
| YUV | 126.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 96 | 0 | 0.38 | 0.45 | 0.31 | 9.11 | 0.33 | 0.53 |
| Hex | AF | 6C | 60 | 0 | 26 | 2D | 1F | 9 | 21 | 35 |
| Octal | 257 | 154 | 140 | 0 | 46 | 55 | 37 | 11 | 41 | 65 |
| Binary | 10101111 | 1101100 | 1100000 | 0 | 100110 | 101101 | 11111 | 1001 | 100001 | 110101 |
Color Harmonies of #AF6C60
Complementary color
Monochromatic Colors of #AF6C60
Black with #AF6C60
Text Example
Text Example
White with #AF6C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C60; }
p { color: rgb(175,108,96); }
H1.HeaderClassName
{
color: #AF6C60;
}
.AnyTagClassName
{
color: #AF6C60;
}
</style>
background-color css
<style>
a { background-color: #AF6C60; }
a { background-color: rgb(175,108,96); }
div.DivClassName
{
background-color: #AF6C60;
}
.BgClassName
{
background-color: #AF6C60;
}
</style>
border-color css
<style>
span { border-color: #AF6C60; }
span { border-color: rgb(175,108,96); }
td.TdClassName
{
border-color: #AF6C60;
}
.TagClassName
{
border-color: #AF6C60;
}
</style>