Shades of Coral Tree #AF6D67
Tints of Coral Tree #AF6D67
RGB
CMYK
RGB Variations
Color information
#AF6D67 (or 0xAF6D67) is known color: Coral Tree. HEX triplet: AF, 6D and 67. RGB value is (175,109,103). Sum of RGB (Red+Green+Blue) = 175+109+103=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D67 is #509298. Grayscale: #808080. Windows color (decimal): -5280409 or 6778287. OLE color: 6778287.
HSL color Cylindrical-coordinate representation of color #AF6D67: hue angle of 5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6D67 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 103 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.31 |
| HSL | 5º | 0.31% | 0.55% | - |
| HSV(B) | 5º | 0.41% | 0.69% | - |
| XYZ | 25.6 | 21.03 | 15.54 | - |
| YUV | 128.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 103 | 0 | 0.38 | 0.41 | 0.31 | 5 | 0.31 | 0.55 |
| Hex | AF | 6D | 67 | 0 | 26 | 29 | 1F | 5 | 1F | 37 |
| Octal | 257 | 155 | 147 | 0 | 46 | 51 | 37 | 5 | 37 | 67 |
| Binary | 10101111 | 1101101 | 1100111 | 0 | 100110 | 101001 | 11111 | 101 | 11111 | 110111 |
Color Harmonies of #AF6D67
Complementary color
Monochromatic Colors of #AF6D67
Black with #AF6D67
Text Example
Text Example
White with #AF6D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D67; }
p { color: rgb(175,109,103); }
H1.HeaderClassName
{
color: #AF6D67;
}
.AnyTagClassName
{
color: #AF6D67;
}
</style>
background-color css
<style>
a { background-color: #AF6D67; }
a { background-color: rgb(175,109,103); }
div.DivClassName
{
background-color: #AF6D67;
}
.BgClassName
{
background-color: #AF6D67;
}
</style>
border-color css
<style>
span { border-color: #AF6D67; }
span { border-color: rgb(175,109,103); }
td.TdClassName
{
border-color: #AF6D67;
}
.TagClassName
{
border-color: #AF6D67;
}
</style>