Shades of Coral Tree #AF786C
Tints of Coral Tree #AF786C
RGB
CMYK
RGB Variations
Color information
#AF786C (or 0xAF786C) is known color: Coral Tree. HEX triplet: AF, 78 and 6C. RGB value is (175,120,108). Sum of RGB (Red+Green+Blue) = 175+120+108=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF786C is #508793. Grayscale: #878787. Windows color (decimal): -5277588 or 7108783. OLE color: 7108783.
HSL color Cylindrical-coordinate representation of color #AF786C: hue angle of 10.75º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF786C is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 108 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.31 |
| HSL | 10.75º | 0.3% | 0.55% | - |
| HSV(B) | 10.75º | 0.38% | 0.69% | - |
| XYZ | 27.1 | 23.63 | 17.32 | - |
| YUV | 135.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 108 | 0 | 0.31 | 0.38 | 0.31 | 10.75 | 0.3 | 0.55 |
| Hex | AF | 78 | 6C | 0 | 1F | 26 | 1F | B | 1E | 37 |
| Octal | 257 | 170 | 154 | 0 | 37 | 46 | 37 | 13 | 36 | 67 |
| Binary | 10101111 | 1111000 | 1101100 | 0 | 11111 | 100110 | 11111 | 1011 | 11110 | 110111 |
Color Harmonies of #AF786C
Complementary color
Monochromatic Colors of #AF786C
Black with #AF786C
Text Example
Text Example
White with #AF786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF786C; }
p { color: rgb(175,120,108); }
H1.HeaderClassName
{
color: #AF786C;
}
.AnyTagClassName
{
color: #AF786C;
}
</style>
background-color css
<style>
a { background-color: #AF786C; }
a { background-color: rgb(175,120,108); }
div.DivClassName
{
background-color: #AF786C;
}
.BgClassName
{
background-color: #AF786C;
}
</style>
border-color css
<style>
span { border-color: #AF786C; }
span { border-color: rgb(175,120,108); }
td.TdClassName
{
border-color: #AF786C;
}
.TagClassName
{
border-color: #AF786C;
}
</style>