Shades of Coral Tree #AF7565
Tints of Coral Tree #AF7565
RGB
CMYK
RGB Variations
Color information
#AF7565 (or 0xAF7565) is known color: Coral Tree. HEX triplet: AF, 75 and 65. RGB value is (175,117,101). Sum of RGB (Red+Green+Blue) = 175+117+101=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7565 is #508A9A. Grayscale: #848484. Windows color (decimal): -5278363 or 6649263. OLE color: 6649263.
HSL color Cylindrical-coordinate representation of color #AF7565: hue angle of 12.97º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF7565 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 117 | 101 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.31 |
| HSL | 12.97º | 0.32% | 0.54% | - |
| HSV(B) | 12.97º | 0.42% | 0.69% | - |
| XYZ | 26.39 | 22.78 | 15.32 | - |
| YUV | 132.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 101 | 0 | 0.33 | 0.42 | 0.31 | 12.97 | 0.32 | 0.54 |
| Hex | AF | 75 | 65 | 0 | 21 | 2A | 1F | D | 20 | 36 |
| Octal | 257 | 165 | 145 | 0 | 41 | 52 | 37 | 15 | 40 | 66 |
| Binary | 10101111 | 1110101 | 1100101 | 0 | 100001 | 101010 | 11111 | 1101 | 100000 | 110110 |
Color Harmonies of #AF7565
Complementary color
Monochromatic Colors of #AF7565
Black with #AF7565
Text Example
Text Example
White with #AF7565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7565; }
p { color: rgb(175,117,101); }
H1.HeaderClassName
{
color: #AF7565;
}
.AnyTagClassName
{
color: #AF7565;
}
</style>
background-color css
<style>
a { background-color: #AF7565; }
a { background-color: rgb(175,117,101); }
div.DivClassName
{
background-color: #AF7565;
}
.BgClassName
{
background-color: #AF7565;
}
</style>
border-color css
<style>
span { border-color: #AF7565; }
span { border-color: rgb(175,117,101); }
td.TdClassName
{
border-color: #AF7565;
}
.TagClassName
{
border-color: #AF7565;
}
</style>