Shades of Coral Tree #AF786D
Tints of Coral Tree #AF786D
RGB
CMYK
RGB Variations
Color information
#AF786D (or 0xAF786D) is known color: Coral Tree. HEX triplet: AF, 78 and 6D. RGB value is (175,120,109). Sum of RGB (Red+Green+Blue) = 175+120+109=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF786D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF786D is #508792. Grayscale: #878787. Windows color (decimal): -5277587 or 7174319. OLE color: 7174319.
HSL color Cylindrical-coordinate representation of color #AF786D: hue angle of 10º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF786D is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 109 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.31 |
| HSL | 10º | 0.29% | 0.56% | - |
| HSV(B) | 10º | 0.38% | 0.69% | - |
| XYZ | 27.16 | 23.65 | 17.6 | - |
| YUV | 135.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 109 | 0 | 0.31 | 0.38 | 0.31 | 10 | 0.29 | 0.56 |
| Hex | AF | 78 | 6D | 0 | 1F | 26 | 1F | A | 1D | 38 |
| Octal | 257 | 170 | 155 | 0 | 37 | 46 | 37 | 12 | 35 | 70 |
| Binary | 10101111 | 1111000 | 1101101 | 0 | 11111 | 100110 | 11111 | 1010 | 11101 | 111000 |
Color Harmonies of #AF786D
Complementary color
Monochromatic Colors of #AF786D
Black with #AF786D
Text Example
Text Example
White with #AF786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF786D; }
p { color: rgb(175,120,109); }
H1.HeaderClassName
{
color: #AF786D;
}
.AnyTagClassName
{
color: #AF786D;
}
</style>
background-color css
<style>
a { background-color: #AF786D; }
a { background-color: rgb(175,120,109); }
div.DivClassName
{
background-color: #AF786D;
}
.BgClassName
{
background-color: #AF786D;
}
</style>
border-color css
<style>
span { border-color: #AF786D; }
span { border-color: rgb(175,120,109); }
td.TdClassName
{
border-color: #AF786D;
}
.TagClassName
{
border-color: #AF786D;
}
</style>