Shades of Coral Tree #AF725F
Tints of Coral Tree #AF725F
RGB
CMYK
RGB Variations
Color information
#AF725F (or 0xAF725F) is known color: Coral Tree. HEX triplet: AF, 72 and 5F. RGB value is (175,114,95). Sum of RGB (Red+Green+Blue) = 175+114+95=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF725F is #508DA0. Grayscale: #828282. Windows color (decimal): -5279137 or 6255279. OLE color: 6255279.
HSL color Cylindrical-coordinate representation of color #AF725F: hue angle of 14.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF725F is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 114 | 95 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.31 |
| HSL | 14.25º | 0.33% | 0.53% | - |
| HSV(B) | 14.25º | 0.46% | 0.69% | - |
| XYZ | 25.76 | 21.97 | 13.71 | - |
| YUV | 130.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 95 | 0 | 0.35 | 0.46 | 0.31 | 14.25 | 0.33 | 0.53 |
| Hex | AF | 72 | 5F | 0 | 23 | 2E | 1F | E | 21 | 35 |
| Octal | 257 | 162 | 137 | 0 | 43 | 56 | 37 | 16 | 41 | 65 |
| Binary | 10101111 | 1110010 | 1011111 | 0 | 100011 | 101110 | 11111 | 1110 | 100001 | 110101 |
Color Harmonies of #AF725F
Complementary color
Monochromatic Colors of #AF725F
Black with #AF725F
Text Example
Text Example
White with #AF725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF725F; }
p { color: rgb(175,114,95); }
H1.HeaderClassName
{
color: #AF725F;
}
.AnyTagClassName
{
color: #AF725F;
}
</style>
background-color css
<style>
a { background-color: #AF725F; }
a { background-color: rgb(175,114,95); }
div.DivClassName
{
background-color: #AF725F;
}
.BgClassName
{
background-color: #AF725F;
}
</style>
border-color css
<style>
span { border-color: #AF725F; }
span { border-color: rgb(175,114,95); }
td.TdClassName
{
border-color: #AF725F;
}
.TagClassName
{
border-color: #AF725F;
}
</style>