Shades of Coral Tree #AF7372
Tints of Coral Tree #AF7372
RGB
CMYK
RGB Variations
Color information
#AF7372 (or 0xAF7372) is known color: Coral Tree. HEX triplet: AF, 73 and 72. RGB value is (175,115,114). Sum of RGB (Red+Green+Blue) = 175+115+114=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7372 is #508C8D. Grayscale: #848484. Windows color (decimal): -5278862 or 7500719. OLE color: 7500719.
HSL color Cylindrical-coordinate representation of color #AF7372: hue angle of 0.98º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7372 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 114 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.31 |
| HSL | 0.98º | 0.28% | 0.57% | - |
| HSV(B) | 0.98º | 0.35% | 0.69% | - |
| XYZ | 26.85 | 22.59 | 18.86 | - |
| YUV | 132.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 114 | 0 | 0.34 | 0.35 | 0.31 | 0.98 | 0.28 | 0.57 |
| Hex | AF | 73 | 72 | 0 | 22 | 23 | 1F | 1 | 1C | 39 |
| Octal | 257 | 163 | 162 | 0 | 42 | 43 | 37 | 1 | 34 | 71 |
| Binary | 10101111 | 1110011 | 1110010 | 0 | 100010 | 100011 | 11111 | 1 | 11100 | 111001 |
Color Harmonies of #AF7372
Complementary color
Monochromatic Colors of #AF7372
Black with #AF7372
Text Example
Text Example
White with #AF7372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7372; }
p { color: rgb(175,115,114); }
H1.HeaderClassName
{
color: #AF7372;
}
.AnyTagClassName
{
color: #AF7372;
}
</style>
background-color css
<style>
a { background-color: #AF7372; }
a { background-color: rgb(175,115,114); }
div.DivClassName
{
background-color: #AF7372;
}
.BgClassName
{
background-color: #AF7372;
}
</style>
border-color css
<style>
span { border-color: #AF7372; }
span { border-color: rgb(175,115,114); }
td.TdClassName
{
border-color: #AF7372;
}
.TagClassName
{
border-color: #AF7372;
}
</style>