Shades of Coral Tree #AF6D6D
Tints of Coral Tree #AF6D6D
RGB
CMYK
RGB Variations
Color information
#AF6D6D (or 0xAF6D6D) is known color: Coral Tree. HEX triplet: AF, 6D and 6D. RGB value is (175,109,109). Sum of RGB (Red+Green+Blue) = 175+109+109=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D6D is #509292. Grayscale: #808080. Windows color (decimal): -5280403 or 7171503. OLE color: 7171503.
HSL color Cylindrical-coordinate representation of color #AF6D6D: hue angle of 0º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6D6D is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 109 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.31 |
| HSL | 0º | 0.29% | 0.56% | - |
| HSV(B) | 0º | 0.38% | 0.69% | - |
| XYZ | 25.91 | 21.16 | 17.19 | - |
| YUV | 128.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 109 | 0 | 0.38 | 0.38 | 0.31 | 0 | 0.29 | 0.56 |
| Hex | AF | 6D | 6D | 0 | 26 | 26 | 1F | 0 | 1D | 38 |
| Octal | 257 | 155 | 155 | 0 | 46 | 46 | 37 | 0 | 35 | 70 |
| Binary | 10101111 | 1101101 | 1101101 | 0 | 100110 | 100110 | 11111 | 0 | 11101 | 111000 |
Color Harmonies of #AF6D6D
Complementary color
Monochromatic Colors of #AF6D6D
Black with #AF6D6D
Text Example
Text Example
White with #AF6D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D6D; }
p { color: rgb(175,109,109); }
H1.HeaderClassName
{
color: #AF6D6D;
}
.AnyTagClassName
{
color: #AF6D6D;
}
</style>
background-color css
<style>
a { background-color: #AF6D6D; }
a { background-color: rgb(175,109,109); }
div.DivClassName
{
background-color: #AF6D6D;
}
.BgClassName
{
background-color: #AF6D6D;
}
</style>
border-color css
<style>
span { border-color: #AF6D6D; }
span { border-color: rgb(175,109,109); }
td.TdClassName
{
border-color: #AF6D6D;
}
.TagClassName
{
border-color: #AF6D6D;
}
</style>