Shades of Coral Tree #AF685E
Tints of Coral Tree #AF685E
RGB
CMYK
RGB Variations
Color information
#AF685E (or 0xAF685E) is known color: Coral Tree. HEX triplet: AF, 68 and 5E. RGB value is (175,104,94). Sum of RGB (Red+Green+Blue) = 175+104+94=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF685E is #5097A1. Grayscale: #7C7C7C. Windows color (decimal): -5281698 or 6187183. OLE color: 6187183.
HSL color Cylindrical-coordinate representation of color #AF685E: hue angle of 7.41º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF685E is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 94 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.31 |
| HSL | 7.41º | 0.34% | 0.53% | - |
| HSV(B) | 7.41º | 0.46% | 0.69% | - |
| XYZ | 24.65 | 19.82 | 13.12 | - |
| YUV | 124.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 94 | 0 | 0.41 | 0.46 | 0.31 | 7.41 | 0.34 | 0.53 |
| Hex | AF | 68 | 5E | 0 | 29 | 2E | 1F | 7 | 22 | 35 |
| Octal | 257 | 150 | 136 | 0 | 51 | 56 | 37 | 7 | 42 | 65 |
| Binary | 10101111 | 1101000 | 1011110 | 0 | 101001 | 101110 | 11111 | 111 | 100010 | 110101 |
Color Harmonies of #AF685E
Complementary color
Monochromatic Colors of #AF685E
Black with #AF685E
Text Example
Text Example
White with #AF685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF685E; }
p { color: rgb(175,104,94); }
H1.HeaderClassName
{
color: #AF685E;
}
.AnyTagClassName
{
color: #AF685E;
}
</style>
background-color css
<style>
a { background-color: #AF685E; }
a { background-color: rgb(175,104,94); }
div.DivClassName
{
background-color: #AF685E;
}
.BgClassName
{
background-color: #AF685E;
}
</style>
border-color css
<style>
span { border-color: #AF685E; }
span { border-color: rgb(175,104,94); }
td.TdClassName
{
border-color: #AF685E;
}
.TagClassName
{
border-color: #AF685E;
}
</style>