Shades of Coral Tree #AF7770
Tints of Coral Tree #AF7770
RGB
CMYK
RGB Variations
Color information
#AF7770 (or 0xAF7770) is known color: Coral Tree. HEX triplet: AF, 77 and 70. RGB value is (175,119,112). Sum of RGB (Red+Green+Blue) = 175+119+112=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7770 is #50888F. Grayscale: #878787. Windows color (decimal): -5277840 or 7370671. OLE color: 7370671.
HSL color Cylindrical-coordinate representation of color #AF7770: hue angle of 6.67º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF7770 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 112 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.31 |
| HSL | 6.67º | 0.28% | 0.56% | - |
| HSV(B) | 6.67º | 0.36% | 0.69% | - |
| XYZ | 27.2 | 23.48 | 18.43 | - |
| YUV | 134.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 112 | 0 | 0.32 | 0.36 | 0.31 | 6.67 | 0.28 | 0.56 |
| Hex | AF | 77 | 70 | 0 | 20 | 24 | 1F | 7 | 1C | 38 |
| Octal | 257 | 167 | 160 | 0 | 40 | 44 | 37 | 7 | 34 | 70 |
| Binary | 10101111 | 1110111 | 1110000 | 0 | 100000 | 100100 | 11111 | 111 | 11100 | 111000 |
Color Harmonies of #AF7770
Complementary color
Monochromatic Colors of #AF7770
Black with #AF7770
Text Example
Text Example
White with #AF7770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7770; }
p { color: rgb(175,119,112); }
H1.HeaderClassName
{
color: #AF7770;
}
.AnyTagClassName
{
color: #AF7770;
}
</style>
background-color css
<style>
a { background-color: #AF7770; }
a { background-color: rgb(175,119,112); }
div.DivClassName
{
background-color: #AF7770;
}
.BgClassName
{
background-color: #AF7770;
}
</style>
border-color css
<style>
span { border-color: #AF7770; }
span { border-color: rgb(175,119,112); }
td.TdClassName
{
border-color: #AF7770;
}
.TagClassName
{
border-color: #AF7770;
}
</style>