Shades of Coral Tree #AF6965
Tints of Coral Tree #AF6965
RGB
CMYK
RGB Variations
Color information
#AF6965 (or 0xAF6965) is known color: Coral Tree. HEX triplet: AF, 69 and 65. RGB value is (175,105,101). Sum of RGB (Red+Green+Blue) = 175+105+101=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6965 is #50969A. Grayscale: #7D7D7D. Windows color (decimal): -5281435 or 6646191. OLE color: 6646191.
HSL color Cylindrical-coordinate representation of color #AF6965: hue angle of 3.24º 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 #AF6965 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 101 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.31 |
| HSL | 3.24º | 0.32% | 0.54% | - |
| HSV(B) | 3.24º | 0.42% | 0.69% | - |
| XYZ | 25.08 | 20.16 | 14.88 | - |
| YUV | 125.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 101 | 0 | 0.40 | 0.42 | 0.31 | 3.24 | 0.32 | 0.54 |
| Hex | AF | 69 | 65 | 0 | 28 | 2A | 1F | 3 | 20 | 36 |
| Octal | 257 | 151 | 145 | 0 | 50 | 52 | 37 | 3 | 40 | 66 |
| Binary | 10101111 | 1101001 | 1100101 | 0 | 101000 | 101010 | 11111 | 11 | 100000 | 110110 |
Color Harmonies of #AF6965
Complementary color
Monochromatic Colors of #AF6965
Black with #AF6965
Text Example
Text Example
White with #AF6965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6965; }
p { color: rgb(175,105,101); }
H1.HeaderClassName
{
color: #AF6965;
}
.AnyTagClassName
{
color: #AF6965;
}
</style>
background-color css
<style>
a { background-color: #AF6965; }
a { background-color: rgb(175,105,101); }
div.DivClassName
{
background-color: #AF6965;
}
.BgClassName
{
background-color: #AF6965;
}
</style>
border-color css
<style>
span { border-color: #AF6965; }
span { border-color: rgb(175,105,101); }
td.TdClassName
{
border-color: #AF6965;
}
.TagClassName
{
border-color: #AF6965;
}
</style>