Shades of Coral Tree #AF605D
Tints of Coral Tree #AF605D
RGB
CMYK
RGB Variations
Color information
#AF605D (or 0xAF605D) is known color: Coral Tree. HEX triplet: AF, 60 and 5D. RGB value is (175,96,93). Sum of RGB (Red+Green+Blue) = 175+96+93=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF605D is #509FA2. Grayscale: #777777. Windows color (decimal): -5283747 or 6119599. OLE color: 6119599.
HSL color Cylindrical-coordinate representation of color #AF605D: hue angle of 2.2º 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 #AF605D is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 93 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.31 |
| HSL | 2.2º | 0.34% | 0.53% | - |
| HSV(B) | 2.2º | 0.47% | 0.69% | - |
| XYZ | 23.84 | 18.27 | 12.63 | - |
| YUV | 119.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 93 | 0 | 0.45 | 0.47 | 0.31 | 2.2 | 0.34 | 0.53 |
| Hex | AF | 60 | 5D | 0 | 2D | 2F | 1F | 2 | 22 | 35 |
| Octal | 257 | 140 | 135 | 0 | 55 | 57 | 37 | 2 | 42 | 65 |
| Binary | 10101111 | 1100000 | 1011101 | 0 | 101101 | 101111 | 11111 | 10 | 100010 | 110101 |
Color Harmonies of #AF605D
Complementary color
Monochromatic Colors of #AF605D
Black with #AF605D
Text Example
Text Example
White with #AF605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF605D; }
p { color: rgb(175,96,93); }
H1.HeaderClassName
{
color: #AF605D;
}
.AnyTagClassName
{
color: #AF605D;
}
</style>
background-color css
<style>
a { background-color: #AF605D; }
a { background-color: rgb(175,96,93); }
div.DivClassName
{
background-color: #AF605D;
}
.BgClassName
{
background-color: #AF605D;
}
</style>
border-color css
<style>
span { border-color: #AF605D; }
span { border-color: rgb(175,96,93); }
td.TdClassName
{
border-color: #AF605D;
}
.TagClassName
{
border-color: #AF605D;
}
</style>