Shades of Coral Tree #AF786A
Tints of Coral Tree #AF786A
RGB
CMYK
RGB Variations
Color information
#AF786A (or 0xAF786A) is known color: Coral Tree. HEX triplet: AF, 78 and 6A. RGB value is (175,120,106). Sum of RGB (Red+Green+Blue) = 175+120+106=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF786A is #508795. Grayscale: #868686. Windows color (decimal): -5277590 or 6977711. OLE color: 6977711.
HSL color Cylindrical-coordinate representation of color #AF786A: hue angle of 12.17º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF786A is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 106 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.31 |
| HSL | 12.17º | 0.3% | 0.55% | - |
| HSV(B) | 12.17º | 0.39% | 0.69% | - |
| XYZ | 27 | 23.59 | 16.77 | - |
| YUV | 134.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 106 | 0 | 0.31 | 0.39 | 0.31 | 12.17 | 0.3 | 0.55 |
| Hex | AF | 78 | 6A | 0 | 1F | 27 | 1F | C | 1E | 37 |
| Octal | 257 | 170 | 152 | 0 | 37 | 47 | 37 | 14 | 36 | 67 |
| Binary | 10101111 | 1111000 | 1101010 | 0 | 11111 | 100111 | 11111 | 1100 | 11110 | 110111 |
Color Harmonies of #AF786A
Complementary color
Monochromatic Colors of #AF786A
Black with #AF786A
Text Example
Text Example
White with #AF786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF786A; }
p { color: rgb(175,120,106); }
H1.HeaderClassName
{
color: #AF786A;
}
.AnyTagClassName
{
color: #AF786A;
}
</style>
background-color css
<style>
a { background-color: #AF786A; }
a { background-color: rgb(175,120,106); }
div.DivClassName
{
background-color: #AF786A;
}
.BgClassName
{
background-color: #AF786A;
}
</style>
border-color css
<style>
span { border-color: #AF786A; }
span { border-color: rgb(175,120,106); }
td.TdClassName
{
border-color: #AF786A;
}
.TagClassName
{
border-color: #AF786A;
}
</style>