Shades of Coral Tree #AF5E5C
Tints of Coral Tree #AF5E5C
RGB
CMYK
RGB Variations
Color information
#AF5E5C (or 0xAF5E5C) is known color: Coral Tree. HEX triplet: AF, 5E and 5C. RGB value is (175,94,92). Sum of RGB (Red+Green+Blue) = 175+94+92=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E5C is #50A1A3. Grayscale: #767676. Windows color (decimal): -5284260 or 6053551. OLE color: 6053551.
HSL color Cylindrical-coordinate representation of color #AF5E5C: hue angle of 1.45º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5E5C is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 92 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.31 |
| HSL | 1.45º | 0.34% | 0.52% | - |
| HSV(B) | 1.45º | 0.47% | 0.69% | - |
| XYZ | 23.61 | 17.89 | 12.33 | - |
| YUV | 117.99 | 113.34 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 92 | 0 | 0.46 | 0.47 | 0.31 | 1.45 | 0.34 | 0.52 |
| Hex | AF | 5E | 5C | 0 | 2E | 2F | 1F | 1 | 22 | 34 |
| Octal | 257 | 136 | 134 | 0 | 56 | 57 | 37 | 1 | 42 | 64 |
| Binary | 10101111 | 1011110 | 1011100 | 0 | 101110 | 101111 | 11111 | 1 | 100010 | 110100 |
Color Harmonies of #AF5E5C
Complementary color
Monochromatic Colors of #AF5E5C
Black with #AF5E5C
Text Example
Text Example
White with #AF5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E5C; }
p { color: rgb(175,94,92); }
H1.HeaderClassName
{
color: #AF5E5C;
}
.AnyTagClassName
{
color: #AF5E5C;
}
</style>
background-color css
<style>
a { background-color: #AF5E5C; }
a { background-color: rgb(175,94,92); }
div.DivClassName
{
background-color: #AF5E5C;
}
.BgClassName
{
background-color: #AF5E5C;
}
</style>
border-color css
<style>
span { border-color: #AF5E5C; }
span { border-color: rgb(175,94,92); }
td.TdClassName
{
border-color: #AF5E5C;
}
.TagClassName
{
border-color: #AF5E5C;
}
</style>