Shades of Coral Tree #AF705F
Tints of Coral Tree #AF705F
RGB
CMYK
RGB Variations
Color information
#AF705F (or 0xAF705F) is known color: Coral Tree. HEX triplet: AF, 70 and 5F. RGB value is (175,112,95). Sum of RGB (Red+Green+Blue) = 175+112+95=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF705F is #508FA0. Grayscale: #818181. Windows color (decimal): -5279649 or 6254767. OLE color: 6254767.
HSL color Cylindrical-coordinate representation of color #AF705F: hue angle of 12.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF705F is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 95 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.31 |
| HSL | 12.75º | 0.33% | 0.53% | - |
| HSV(B) | 12.75º | 0.46% | 0.69% | - |
| XYZ | 25.54 | 21.53 | 13.64 | - |
| YUV | 128.9 | 108.87 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 95 | 0 | 0.36 | 0.46 | 0.31 | 12.75 | 0.33 | 0.53 |
| Hex | AF | 70 | 5F | 0 | 24 | 2E | 1F | D | 21 | 35 |
| Octal | 257 | 160 | 137 | 0 | 44 | 56 | 37 | 15 | 41 | 65 |
| Binary | 10101111 | 1110000 | 1011111 | 0 | 100100 | 101110 | 11111 | 1101 | 100001 | 110101 |
Color Harmonies of #AF705F
Complementary color
Monochromatic Colors of #AF705F
Black with #AF705F
Text Example
Text Example
White with #AF705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF705F; }
p { color: rgb(175,112,95); }
H1.HeaderClassName
{
color: #AF705F;
}
.AnyTagClassName
{
color: #AF705F;
}
</style>
background-color css
<style>
a { background-color: #AF705F; }
a { background-color: rgb(175,112,95); }
div.DivClassName
{
background-color: #AF705F;
}
.BgClassName
{
background-color: #AF705F;
}
</style>
border-color css
<style>
span { border-color: #AF705F; }
span { border-color: rgb(175,112,95); }
td.TdClassName
{
border-color: #AF705F;
}
.TagClassName
{
border-color: #AF705F;
}
</style>