Shades of Coral Tree #AF7771
Tints of Coral Tree #AF7771
RGB
CMYK
RGB Variations
Color information
#AF7771 (or 0xAF7771) is known color: Coral Tree. HEX triplet: AF, 77 and 71. RGB value is (175,119,113). Sum of RGB (Red+Green+Blue) = 175+119+113=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7771 is #50888E. Grayscale: #878787. Windows color (decimal): -5277839 or 7436207. OLE color: 7436207.
HSL color Cylindrical-coordinate representation of color #AF7771: hue angle of 5.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7771 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 113 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.31 |
| HSL | 5.81º | 0.28% | 0.56% | - |
| HSV(B) | 5.81º | 0.35% | 0.69% | - |
| XYZ | 27.26 | 23.5 | 18.72 | - |
| YUV | 135.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 113 | 0 | 0.32 | 0.35 | 0.31 | 5.81 | 0.28 | 0.56 |
| Hex | AF | 77 | 71 | 0 | 20 | 23 | 1F | 6 | 1C | 38 |
| Octal | 257 | 167 | 161 | 0 | 40 | 43 | 37 | 6 | 34 | 70 |
| Binary | 10101111 | 1110111 | 1110001 | 0 | 100000 | 100011 | 11111 | 110 | 11100 | 111000 |
Color Harmonies of #AF7771
Complementary color
Monochromatic Colors of #AF7771
Black with #AF7771
Text Example
Text Example
White with #AF7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7771; }
p { color: rgb(175,119,113); }
H1.HeaderClassName
{
color: #AF7771;
}
.AnyTagClassName
{
color: #AF7771;
}
</style>
background-color css
<style>
a { background-color: #AF7771; }
a { background-color: rgb(175,119,113); }
div.DivClassName
{
background-color: #AF7771;
}
.BgClassName
{
background-color: #AF7771;
}
</style>
border-color css
<style>
span { border-color: #AF7771; }
span { border-color: rgb(175,119,113); }
td.TdClassName
{
border-color: #AF7771;
}
.TagClassName
{
border-color: #AF7771;
}
</style>