Shades of Coral Tree #AF7572
Tints of Coral Tree #AF7572
RGB
CMYK
RGB Variations
Color information
#AF7572 (or 0xAF7572) is known color: Coral Tree. HEX triplet: AF, 75 and 72. RGB value is (175,117,114). Sum of RGB (Red+Green+Blue) = 175+117+114=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7572 is #508A8D. Grayscale: #868686. Windows color (decimal): -5278350 or 7501231. OLE color: 7501231.
HSL color Cylindrical-coordinate representation of color #AF7572: hue angle of 2.95º 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 #AF7572 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 117 | 114 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.31 |
| HSL | 2.95º | 0.28% | 0.57% | - |
| HSV(B) | 2.95º | 0.35% | 0.69% | - |
| XYZ | 27.08 | 23.05 | 18.94 | - |
| YUV | 134 | 116.72 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 114 | 0 | 0.33 | 0.35 | 0.31 | 2.95 | 0.28 | 0.57 |
| Hex | AF | 75 | 72 | 0 | 21 | 23 | 1F | 3 | 1C | 39 |
| Octal | 257 | 165 | 162 | 0 | 41 | 43 | 37 | 3 | 34 | 71 |
| Binary | 10101111 | 1110101 | 1110010 | 0 | 100001 | 100011 | 11111 | 11 | 11100 | 111001 |
Color Harmonies of #AF7572
Complementary color
Monochromatic Colors of #AF7572
Black with #AF7572
Text Example
Text Example
White with #AF7572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7572; }
p { color: rgb(175,117,114); }
H1.HeaderClassName
{
color: #AF7572;
}
.AnyTagClassName
{
color: #AF7572;
}
</style>
background-color css
<style>
a { background-color: #AF7572; }
a { background-color: rgb(175,117,114); }
div.DivClassName
{
background-color: #AF7572;
}
.BgClassName
{
background-color: #AF7572;
}
</style>
border-color css
<style>
span { border-color: #AF7572; }
span { border-color: rgb(175,117,114); }
td.TdClassName
{
border-color: #AF7572;
}
.TagClassName
{
border-color: #AF7572;
}
</style>