Shades of Coral Tree #AF7268
Tints of Coral Tree #AF7268
RGB
CMYK
RGB Variations
Color information
#AF7268 (or 0xAF7268) is known color: Coral Tree. HEX triplet: AF, 72 and 68. RGB value is (175,114,104). Sum of RGB (Red+Green+Blue) = 175+114+104=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7268 is #508D97. Grayscale: #838383. Windows color (decimal): -5279128 or 6845103. OLE color: 6845103.
HSL color Cylindrical-coordinate representation of color #AF7268: hue angle of 8.45º 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 #AF7268 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 114 | 104 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.31 |
| HSL | 8.45º | 0.31% | 0.55% | - |
| HSV(B) | 8.45º | 0.41% | 0.69% | - |
| XYZ | 26.2 | 22.15 | 15.99 | - |
| YUV | 131.1 | 112.71 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 104 | 0 | 0.35 | 0.41 | 0.31 | 8.45 | 0.31 | 0.55 |
| Hex | AF | 72 | 68 | 0 | 23 | 29 | 1F | 8 | 1F | 37 |
| Octal | 257 | 162 | 150 | 0 | 43 | 51 | 37 | 10 | 37 | 67 |
| Binary | 10101111 | 1110010 | 1101000 | 0 | 100011 | 101001 | 11111 | 1000 | 11111 | 110111 |
Color Harmonies of #AF7268
Complementary color
Monochromatic Colors of #AF7268
Black with #AF7268
Text Example
Text Example
White with #AF7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7268; }
p { color: rgb(175,114,104); }
H1.HeaderClassName
{
color: #AF7268;
}
.AnyTagClassName
{
color: #AF7268;
}
</style>
background-color css
<style>
a { background-color: #AF7268; }
a { background-color: rgb(175,114,104); }
div.DivClassName
{
background-color: #AF7268;
}
.BgClassName
{
background-color: #AF7268;
}
</style>
border-color css
<style>
span { border-color: #AF7268; }
span { border-color: rgb(175,114,104); }
td.TdClassName
{
border-color: #AF7268;
}
.TagClassName
{
border-color: #AF7268;
}
</style>