Shades of Coral Tree #AF7266
Tints of Coral Tree #AF7266
RGB
CMYK
RGB Variations
Color information
#AF7266 (or 0xAF7266) is known color: Coral Tree. HEX triplet: AF, 72 and 66. RGB value is (175,114,102). Sum of RGB (Red+Green+Blue) = 175+114+102=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7266 is #508D99. Grayscale: #828282. Windows color (decimal): -5279130 or 6714031. OLE color: 6714031.
HSL color Cylindrical-coordinate representation of color #AF7266: hue angle of 9.86º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF7266 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 114 | 102 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.31 |
| HSL | 9.86º | 0.31% | 0.54% | - |
| HSV(B) | 9.86º | 0.42% | 0.69% | - |
| XYZ | 26.09 | 22.11 | 15.46 | - |
| YUV | 130.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 102 | 0 | 0.35 | 0.42 | 0.31 | 9.86 | 0.31 | 0.54 |
| Hex | AF | 72 | 66 | 0 | 23 | 2A | 1F | A | 1F | 36 |
| Octal | 257 | 162 | 146 | 0 | 43 | 52 | 37 | 12 | 37 | 66 |
| Binary | 10101111 | 1110010 | 1100110 | 0 | 100011 | 101010 | 11111 | 1010 | 11111 | 110110 |
Color Harmonies of #AF7266
Complementary color
Monochromatic Colors of #AF7266
Black with #AF7266
Text Example
Text Example
White with #AF7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7266; }
p { color: rgb(175,114,102); }
H1.HeaderClassName
{
color: #AF7266;
}
.AnyTagClassName
{
color: #AF7266;
}
</style>
background-color css
<style>
a { background-color: #AF7266; }
a { background-color: rgb(175,114,102); }
div.DivClassName
{
background-color: #AF7266;
}
.BgClassName
{
background-color: #AF7266;
}
</style>
border-color css
<style>
span { border-color: #AF7266; }
span { border-color: rgb(175,114,102); }
td.TdClassName
{
border-color: #AF7266;
}
.TagClassName
{
border-color: #AF7266;
}
</style>