Shades of Coral Tree #AF655C
Tints of Coral Tree #AF655C
RGB
CMYK
RGB Variations
Color information
#AF655C (or 0xAF655C) is known color: Coral Tree. HEX triplet: AF, 65 and 5C. RGB value is (175,101,92). Sum of RGB (Red+Green+Blue) = 175+101+92=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF655C is #509AA3. Grayscale: #7A7A7A. Windows color (decimal): -5282468 or 6055343. OLE color: 6055343.
HSL color Cylindrical-coordinate representation of color #AF655C: hue angle of 6.51º 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 #AF655C is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 92 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.31 |
| HSL | 6.51º | 0.34% | 0.52% | - |
| HSV(B) | 6.51º | 0.47% | 0.69% | - |
| XYZ | 24.26 | 19.19 | 12.55 | - |
| YUV | 122.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 92 | 0 | 0.42 | 0.47 | 0.31 | 6.51 | 0.34 | 0.52 |
| Hex | AF | 65 | 5C | 0 | 2A | 2F | 1F | 7 | 22 | 34 |
| Octal | 257 | 145 | 134 | 0 | 52 | 57 | 37 | 7 | 42 | 64 |
| Binary | 10101111 | 1100101 | 1011100 | 0 | 101010 | 101111 | 11111 | 111 | 100010 | 110100 |
Color Harmonies of #AF655C
Complementary color
Monochromatic Colors of #AF655C
Black with #AF655C
Text Example
Text Example
White with #AF655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF655C; }
p { color: rgb(175,101,92); }
H1.HeaderClassName
{
color: #AF655C;
}
.AnyTagClassName
{
color: #AF655C;
}
</style>
background-color css
<style>
a { background-color: #AF655C; }
a { background-color: rgb(175,101,92); }
div.DivClassName
{
background-color: #AF655C;
}
.BgClassName
{
background-color: #AF655C;
}
</style>
border-color css
<style>
span { border-color: #AF655C; }
span { border-color: rgb(175,101,92); }
td.TdClassName
{
border-color: #AF655C;
}
.TagClassName
{
border-color: #AF655C;
}
</style>