Shades of Coral Tree #AF7473
Tints of Coral Tree #AF7473
RGB
CMYK
RGB Variations
Color information
#AF7473 (or 0xAF7473) is known color: Coral Tree. HEX triplet: AF, 74 and 73. RGB value is (175,116,115). Sum of RGB (Red+Green+Blue) = 175+116+115=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7473 is #508B8C. Grayscale: #858585. Windows color (decimal): -5278605 or 7566511. OLE color: 7566511.
HSL color Cylindrical-coordinate representation of color #AF7473: hue angle of 1º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7473 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 115 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.31 |
| HSL | 1º | 0.27% | 0.57% | - |
| HSV(B) | 1º | 0.34% | 0.69% | - |
| XYZ | 27.02 | 22.84 | 19.2 | - |
| YUV | 133.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 115 | 0 | 0.34 | 0.34 | 0.31 | 1 | 0.27 | 0.57 |
| Hex | AF | 74 | 73 | 0 | 22 | 22 | 1F | 1 | 1B | 39 |
| Octal | 257 | 164 | 163 | 0 | 42 | 42 | 37 | 1 | 33 | 71 |
| Binary | 10101111 | 1110100 | 1110011 | 0 | 100010 | 100010 | 11111 | 1 | 11011 | 111001 |
Color Harmonies of #AF7473
Complementary color
Monochromatic Colors of #AF7473
Black with #AF7473
Text Example
Text Example
White with #AF7473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7473; }
p { color: rgb(175,116,115); }
H1.HeaderClassName
{
color: #AF7473;
}
.AnyTagClassName
{
color: #AF7473;
}
</style>
background-color css
<style>
a { background-color: #AF7473; }
a { background-color: rgb(175,116,115); }
div.DivClassName
{
background-color: #AF7473;
}
.BgClassName
{
background-color: #AF7473;
}
</style>
border-color css
<style>
span { border-color: #AF7473; }
span { border-color: rgb(175,116,115); }
td.TdClassName
{
border-color: #AF7473;
}
.TagClassName
{
border-color: #AF7473;
}
</style>