Shades of Coral Tree #AF6565
Tints of Coral Tree #AF6565
RGB
CMYK
RGB Variations
Color information
#AF6565 (or 0xAF6565) is known color: Coral Tree. HEX triplet: AF, 65 and 65. RGB value is (175,101,101). Sum of RGB (Red+Green+Blue) = 175+101+101=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6565 is #509A9A. Grayscale: #7B7B7B. Windows color (decimal): -5282459 or 6645167. OLE color: 6645167.
HSL color Cylindrical-coordinate representation of color #AF6565: 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.42%. Process color model (Four color, CMYK) of #AF6565 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 101 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.31 |
| HSL | 0º | 0.32% | 0.54% | - |
| HSV(B) | 0º | 0.42% | 0.69% | - |
| XYZ | 24.68 | 19.36 | 14.75 | - |
| YUV | 123.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 101 | 0 | 0.42 | 0.42 | 0.31 | 0 | 0.32 | 0.54 |
| Hex | AF | 65 | 65 | 0 | 2A | 2A | 1F | 0 | 20 | 36 |
| Octal | 257 | 145 | 145 | 0 | 52 | 52 | 37 | 0 | 40 | 66 |
| Binary | 10101111 | 1100101 | 1100101 | 0 | 101010 | 101010 | 11111 | 0 | 100000 | 110110 |
Color Harmonies of #AF6565
Complementary color
Monochromatic Colors of #AF6565
Black with #AF6565
Text Example
Text Example
White with #AF6565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6565; }
p { color: rgb(175,101,101); }
H1.HeaderClassName
{
color: #AF6565;
}
.AnyTagClassName
{
color: #AF6565;
}
</style>
background-color css
<style>
a { background-color: #AF6565; }
a { background-color: rgb(175,101,101); }
div.DivClassName
{
background-color: #AF6565;
}
.BgClassName
{
background-color: #AF6565;
}
</style>
border-color css
<style>
span { border-color: #AF6565; }
span { border-color: rgb(175,101,101); }
td.TdClassName
{
border-color: #AF6565;
}
.TagClassName
{
border-color: #AF6565;
}
</style>