Shades of Coral Tree #AF6564
Tints of Coral Tree #AF6564
RGB
CMYK
RGB Variations
Color information
#AF6564 (or 0xAF6564) is known color: Coral Tree. HEX triplet: AF, 65 and 64. RGB value is (175,101,100). Sum of RGB (Red+Green+Blue) = 175+101+100=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6564 is #509A9B. Grayscale: #7B7B7B. Windows color (decimal): -5282460 or 6579631. OLE color: 6579631.
HSL color Cylindrical-coordinate representation of color #AF6564: hue angle of 0.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF6564 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 100 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.31 |
| HSL | 0.8º | 0.32% | 0.54% | - |
| HSV(B) | 0.8º | 0.43% | 0.69% | - |
| XYZ | 24.63 | 19.34 | 14.49 | - |
| YUV | 123.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 100 | 0 | 0.42 | 0.43 | 0.31 | 0.8 | 0.32 | 0.54 |
| Hex | AF | 65 | 64 | 0 | 2A | 2B | 1F | 1 | 20 | 36 |
| Octal | 257 | 145 | 144 | 0 | 52 | 53 | 37 | 1 | 40 | 66 |
| Binary | 10101111 | 1100101 | 1100100 | 0 | 101010 | 101011 | 11111 | 1 | 100000 | 110110 |
Color Harmonies of #AF6564
Complementary color
Monochromatic Colors of #AF6564
Black with #AF6564
Text Example
Text Example
White with #AF6564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6564; }
p { color: rgb(175,101,100); }
H1.HeaderClassName
{
color: #AF6564;
}
.AnyTagClassName
{
color: #AF6564;
}
</style>
background-color css
<style>
a { background-color: #AF6564; }
a { background-color: rgb(175,101,100); }
div.DivClassName
{
background-color: #AF6564;
}
.BgClassName
{
background-color: #AF6564;
}
</style>
border-color css
<style>
span { border-color: #AF6564; }
span { border-color: rgb(175,101,100); }
td.TdClassName
{
border-color: #AF6564;
}
.TagClassName
{
border-color: #AF6564;
}
</style>