Shades of Coral Tree #AF6D6C
Tints of Coral Tree #AF6D6C
RGB
CMYK
RGB Variations
Color information
#AF6D6C (or 0xAF6D6C) is known color: Coral Tree. HEX triplet: AF, 6D and 6C. RGB value is (175,109,108). Sum of RGB (Red+Green+Blue) = 175+109+108=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D6C is #509293. Grayscale: #808080. Windows color (decimal): -5280404 or 7105967. OLE color: 7105967.
HSL color Cylindrical-coordinate representation of color #AF6D6C: hue angle of 0.9º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6D6C is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 108 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.31 |
| HSL | 0.9º | 0.3% | 0.55% | - |
| HSV(B) | 0.9º | 0.38% | 0.69% | - |
| XYZ | 25.85 | 21.13 | 16.9 | - |
| YUV | 128.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 108 | 0 | 0.38 | 0.38 | 0.31 | 0.9 | 0.3 | 0.55 |
| Hex | AF | 6D | 6C | 0 | 26 | 26 | 1F | 1 | 1E | 37 |
| Octal | 257 | 155 | 154 | 0 | 46 | 46 | 37 | 1 | 36 | 67 |
| Binary | 10101111 | 1101101 | 1101100 | 0 | 100110 | 100110 | 11111 | 1 | 11110 | 110111 |
Color Harmonies of #AF6D6C
Complementary color
Monochromatic Colors of #AF6D6C
Black with #AF6D6C
Text Example
Text Example
White with #AF6D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D6C; }
p { color: rgb(175,109,108); }
H1.HeaderClassName
{
color: #AF6D6C;
}
.AnyTagClassName
{
color: #AF6D6C;
}
</style>
background-color css
<style>
a { background-color: #AF6D6C; }
a { background-color: rgb(175,109,108); }
div.DivClassName
{
background-color: #AF6D6C;
}
.BgClassName
{
background-color: #AF6D6C;
}
</style>
border-color css
<style>
span { border-color: #AF6D6C; }
span { border-color: rgb(175,109,108); }
td.TdClassName
{
border-color: #AF6D6C;
}
.TagClassName
{
border-color: #AF6D6C;
}
</style>