Shades of Coral Tree #AF7573
Tints of Coral Tree #AF7573
RGB
CMYK
RGB Variations
Color information
#AF7573 (or 0xAF7573) is known color: Coral Tree. HEX triplet: AF, 75 and 73. RGB value is (175,117,115). Sum of RGB (Red+Green+Blue) = 175+117+115=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7573 is #508A8C. Grayscale: #868686. Windows color (decimal): -5278349 or 7566767. OLE color: 7566767.
HSL color Cylindrical-coordinate representation of color #AF7573: hue angle of 2º 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 #AF7573 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 117 | 115 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.31 |
| HSL | 2º | 0.27% | 0.57% | - |
| HSV(B) | 2º | 0.34% | 0.69% | - |
| XYZ | 27.14 | 23.07 | 19.24 | - |
| YUV | 134.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 115 | 0 | 0.33 | 0.34 | 0.31 | 2 | 0.27 | 0.57 |
| Hex | AF | 75 | 73 | 0 | 21 | 22 | 1F | 2 | 1B | 39 |
| Octal | 257 | 165 | 163 | 0 | 41 | 42 | 37 | 2 | 33 | 71 |
| Binary | 10101111 | 1110101 | 1110011 | 0 | 100001 | 100010 | 11111 | 10 | 11011 | 111001 |
Color Harmonies of #AF7573
Complementary color
Monochromatic Colors of #AF7573
Black with #AF7573
Text Example
Text Example
White with #AF7573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7573; }
p { color: rgb(175,117,115); }
H1.HeaderClassName
{
color: #AF7573;
}
.AnyTagClassName
{
color: #AF7573;
}
</style>
background-color css
<style>
a { background-color: #AF7573; }
a { background-color: rgb(175,117,115); }
div.DivClassName
{
background-color: #AF7573;
}
.BgClassName
{
background-color: #AF7573;
}
</style>
border-color css
<style>
span { border-color: #AF7573; }
span { border-color: rgb(175,117,115); }
td.TdClassName
{
border-color: #AF7573;
}
.TagClassName
{
border-color: #AF7573;
}
</style>