Shades of Coral Tree #AF7369
Tints of Coral Tree #AF7369
RGB
CMYK
RGB Variations
Color information
#AF7369 (or 0xAF7369) is known color: Coral Tree. HEX triplet: AF, 73 and 69. RGB value is (175,115,105). Sum of RGB (Red+Green+Blue) = 175+115+105=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7369 is #508C96. Grayscale: #838383. Windows color (decimal): -5278871 or 6910895. OLE color: 6910895.
HSL color Cylindrical-coordinate representation of color #AF7369: hue angle of 8.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF7369 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 105 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.31 |
| HSL | 8.57º | 0.3% | 0.55% | - |
| HSV(B) | 8.57º | 0.4% | 0.69% | - |
| XYZ | 26.36 | 22.4 | 16.3 | - |
| YUV | 131.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 105 | 0 | 0.34 | 0.40 | 0.31 | 8.57 | 0.3 | 0.55 |
| Hex | AF | 73 | 69 | 0 | 22 | 28 | 1F | 9 | 1E | 37 |
| Octal | 257 | 163 | 151 | 0 | 42 | 50 | 37 | 11 | 36 | 67 |
| Binary | 10101111 | 1110011 | 1101001 | 0 | 100010 | 101000 | 11111 | 1001 | 11110 | 110111 |
Color Harmonies of #AF7369
Complementary color
Monochromatic Colors of #AF7369
Black with #AF7369
Text Example
Text Example
White with #AF7369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7369; }
p { color: rgb(175,115,105); }
H1.HeaderClassName
{
color: #AF7369;
}
.AnyTagClassName
{
color: #AF7369;
}
</style>
background-color css
<style>
a { background-color: #AF7369; }
a { background-color: rgb(175,115,105); }
div.DivClassName
{
background-color: #AF7369;
}
.BgClassName
{
background-color: #AF7369;
}
</style>
border-color css
<style>
span { border-color: #AF7369; }
span { border-color: rgb(175,115,105); }
td.TdClassName
{
border-color: #AF7369;
}
.TagClassName
{
border-color: #AF7369;
}
</style>