Shades of Coral Tree #AF726D
Tints of Coral Tree #AF726D
RGB
CMYK
RGB Variations
Color information
#AF726D (or 0xAF726D) is known color: Coral Tree. HEX triplet: AF, 72 and 6D. RGB value is (175,114,109). Sum of RGB (Red+Green+Blue) = 175+114+109=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF726D is #508D92. Grayscale: #838383. Windows color (decimal): -5279123 or 7172783. OLE color: 7172783.
HSL color Cylindrical-coordinate representation of color #AF726D: hue angle of 4.55º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF726D is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 114 | 109 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.31 |
| HSL | 4.55º | 0.29% | 0.56% | - |
| HSV(B) | 4.55º | 0.38% | 0.69% | - |
| XYZ | 26.46 | 22.25 | 17.37 | - |
| YUV | 131.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 109 | 0 | 0.35 | 0.38 | 0.31 | 4.55 | 0.29 | 0.56 |
| Hex | AF | 72 | 6D | 0 | 23 | 26 | 1F | 5 | 1D | 38 |
| Octal | 257 | 162 | 155 | 0 | 43 | 46 | 37 | 5 | 35 | 70 |
| Binary | 10101111 | 1110010 | 1101101 | 0 | 100011 | 100110 | 11111 | 101 | 11101 | 111000 |
Color Harmonies of #AF726D
Complementary color
Monochromatic Colors of #AF726D
Black with #AF726D
Text Example
Text Example
White with #AF726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF726D; }
p { color: rgb(175,114,109); }
H1.HeaderClassName
{
color: #AF726D;
}
.AnyTagClassName
{
color: #AF726D;
}
</style>
background-color css
<style>
a { background-color: #AF726D; }
a { background-color: rgb(175,114,109); }
div.DivClassName
{
background-color: #AF726D;
}
.BgClassName
{
background-color: #AF726D;
}
</style>
border-color css
<style>
span { border-color: #AF726D; }
span { border-color: rgb(175,114,109); }
td.TdClassName
{
border-color: #AF726D;
}
.TagClassName
{
border-color: #AF726D;
}
</style>