Shades of Coral Tree #AF7067
Tints of Coral Tree #AF7067
RGB
CMYK
RGB Variations
Color information
#AF7067 (or 0xAF7067) is known color: Coral Tree. HEX triplet: AF, 70 and 67. RGB value is (175,112,103). Sum of RGB (Red+Green+Blue) = 175+112+103=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7067 is #508F98. Grayscale: #818181. Windows color (decimal): -5279641 or 6779055. OLE color: 6779055.
HSL color Cylindrical-coordinate representation of color #AF7067: hue angle of 7.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 #AF7067 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 103 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.31 |
| HSL | 7.5º | 0.31% | 0.55% | - |
| HSV(B) | 7.5º | 0.41% | 0.69% | - |
| XYZ | 25.92 | 21.68 | 15.65 | - |
| YUV | 129.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 103 | 0 | 0.36 | 0.41 | 0.31 | 7.5 | 0.31 | 0.55 |
| Hex | AF | 70 | 67 | 0 | 24 | 29 | 1F | 8 | 1F | 37 |
| Octal | 257 | 160 | 147 | 0 | 44 | 51 | 37 | 10 | 37 | 67 |
| Binary | 10101111 | 1110000 | 1100111 | 0 | 100100 | 101001 | 11111 | 1000 | 11111 | 110111 |
Color Harmonies of #AF7067
Complementary color
Monochromatic Colors of #AF7067
Black with #AF7067
Text Example
Text Example
White with #AF7067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7067; }
p { color: rgb(175,112,103); }
H1.HeaderClassName
{
color: #AF7067;
}
.AnyTagClassName
{
color: #AF7067;
}
</style>
background-color css
<style>
a { background-color: #AF7067; }
a { background-color: rgb(175,112,103); }
div.DivClassName
{
background-color: #AF7067;
}
.BgClassName
{
background-color: #AF7067;
}
</style>
border-color css
<style>
span { border-color: #AF7067; }
span { border-color: rgb(175,112,103); }
td.TdClassName
{
border-color: #AF7067;
}
.TagClassName
{
border-color: #AF7067;
}
</style>