Shades of Coral Tree #AF625C
Tints of Coral Tree #AF625C
RGB
CMYK
RGB Variations
Color information
#AF625C (or 0xAF625C) is known color: Coral Tree. HEX triplet: AF, 62 and 5C. RGB value is (175,98,92). Sum of RGB (Red+Green+Blue) = 175+98+92=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF625C is #509DA3. Grayscale: #787878. Windows color (decimal): -5283236 or 6054575. OLE color: 6054575.
HSL color Cylindrical-coordinate representation of color #AF625C: hue angle of 4.34º 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 #AF625C is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 92 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.31 |
| HSL | 4.34º | 0.34% | 0.52% | - |
| HSV(B) | 4.34º | 0.47% | 0.69% | - |
| XYZ | 23.98 | 18.62 | 12.46 | - |
| YUV | 120.34 | 112.01 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 92 | 0 | 0.44 | 0.47 | 0.31 | 4.34 | 0.34 | 0.52 |
| Hex | AF | 62 | 5C | 0 | 2C | 2F | 1F | 4 | 22 | 34 |
| Octal | 257 | 142 | 134 | 0 | 54 | 57 | 37 | 4 | 42 | 64 |
| Binary | 10101111 | 1100010 | 1011100 | 0 | 101100 | 101111 | 11111 | 100 | 100010 | 110100 |
Color Harmonies of #AF625C
Complementary color
Monochromatic Colors of #AF625C
Black with #AF625C
Text Example
Text Example
White with #AF625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF625C; }
p { color: rgb(175,98,92); }
H1.HeaderClassName
{
color: #AF625C;
}
.AnyTagClassName
{
color: #AF625C;
}
</style>
background-color css
<style>
a { background-color: #AF625C; }
a { background-color: rgb(175,98,92); }
div.DivClassName
{
background-color: #AF625C;
}
.BgClassName
{
background-color: #AF625C;
}
</style>
border-color css
<style>
span { border-color: #AF625C; }
span { border-color: rgb(175,98,92); }
td.TdClassName
{
border-color: #AF625C;
}
.TagClassName
{
border-color: #AF625C;
}
</style>