Shades of Coral Tree #AF5E5A
Tints of Coral Tree #AF5E5A
RGB
CMYK
RGB Variations
Color information
#AF5E5A (or 0xAF5E5A) is known color: Coral Tree. HEX triplet: AF, 5E and 5A. RGB value is (175,94,90). Sum of RGB (Red+Green+Blue) = 175+94+90=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E5A is #50A1A5. Grayscale: #757575. Windows color (decimal): -5284262 or 5922479. OLE color: 5922479.
HSL color Cylindrical-coordinate representation of color #AF5E5A: hue angle of 2.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5E5A is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 90 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.31 |
| HSL | 2.82º | 0.35% | 0.52% | - |
| HSV(B) | 2.82º | 0.49% | 0.69% | - |
| XYZ | 23.53 | 17.86 | 11.88 | - |
| YUV | 117.76 | 112.34 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 90 | 0 | 0.46 | 0.49 | 0.31 | 2.82 | 0.35 | 0.52 |
| Hex | AF | 5E | 5A | 0 | 2E | 31 | 1F | 3 | 23 | 34 |
| Octal | 257 | 136 | 132 | 0 | 56 | 61 | 37 | 3 | 43 | 64 |
| Binary | 10101111 | 1011110 | 1011010 | 0 | 101110 | 110001 | 11111 | 11 | 100011 | 110100 |
Color Harmonies of #AF5E5A
Complementary color
Monochromatic Colors of #AF5E5A
Black with #AF5E5A
Text Example
Text Example
White with #AF5E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E5A; }
p { color: rgb(175,94,90); }
H1.HeaderClassName
{
color: #AF5E5A;
}
.AnyTagClassName
{
color: #AF5E5A;
}
</style>
background-color css
<style>
a { background-color: #AF5E5A; }
a { background-color: rgb(175,94,90); }
div.DivClassName
{
background-color: #AF5E5A;
}
.BgClassName
{
background-color: #AF5E5A;
}
</style>
border-color css
<style>
span { border-color: #AF5E5A; }
span { border-color: rgb(175,94,90); }
td.TdClassName
{
border-color: #AF5E5A;
}
.TagClassName
{
border-color: #AF5E5A;
}
</style>