Shades of Coral Tree #AF615D
Tints of Coral Tree #AF615D
RGB
CMYK
RGB Variations
Color information
#AF615D (or 0xAF615D) is known color: Coral Tree. HEX triplet: AF, 61 and 5D. RGB value is (175,97,93). Sum of RGB (Red+Green+Blue) = 175+97+93=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF615D is #509EA2. Grayscale: #777777. Windows color (decimal): -5283491 or 6119855. OLE color: 6119855.
HSL color Cylindrical-coordinate representation of color #AF615D: hue angle of 2.93º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF615D is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 93 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.31 |
| HSL | 2.93º | 0.34% | 0.53% | - |
| HSV(B) | 2.93º | 0.47% | 0.69% | - |
| XYZ | 23.93 | 18.45 | 12.66 | - |
| YUV | 119.87 | 112.84 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 93 | 0 | 0.45 | 0.47 | 0.31 | 2.93 | 0.34 | 0.53 |
| Hex | AF | 61 | 5D | 0 | 2D | 2F | 1F | 3 | 22 | 35 |
| Octal | 257 | 141 | 135 | 0 | 55 | 57 | 37 | 3 | 42 | 65 |
| Binary | 10101111 | 1100001 | 1011101 | 0 | 101101 | 101111 | 11111 | 11 | 100010 | 110101 |
Color Harmonies of #AF615D
Complementary color
Monochromatic Colors of #AF615D
Black with #AF615D
Text Example
Text Example
White with #AF615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF615D; }
p { color: rgb(175,97,93); }
H1.HeaderClassName
{
color: #AF615D;
}
.AnyTagClassName
{
color: #AF615D;
}
</style>
background-color css
<style>
a { background-color: #AF615D; }
a { background-color: rgb(175,97,93); }
div.DivClassName
{
background-color: #AF615D;
}
.BgClassName
{
background-color: #AF615D;
}
</style>
border-color css
<style>
span { border-color: #AF615D; }
span { border-color: rgb(175,97,93); }
td.TdClassName
{
border-color: #AF615D;
}
.TagClassName
{
border-color: #AF615D;
}
</style>