Shades of Coral Tree #AF685C
Tints of Coral Tree #AF685C
RGB
CMYK
RGB Variations
Color information
#AF685C (or 0xAF685C) is known color: Coral Tree. HEX triplet: AF, 68 and 5C. RGB value is (175,104,92). Sum of RGB (Red+Green+Blue) = 175+104+92=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF685C is #5097A3. Grayscale: #7B7B7B. Windows color (decimal): -5281700 or 6056111. OLE color: 6056111.
HSL color Cylindrical-coordinate representation of color #AF685C: hue angle of 8.67º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF685C is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 92 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.31 |
| HSL | 8.67º | 0.34% | 0.52% | - |
| HSV(B) | 8.67º | 0.47% | 0.69% | - |
| XYZ | 24.56 | 19.79 | 12.65 | - |
| YUV | 123.86 | 110.02 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 92 | 0 | 0.41 | 0.47 | 0.31 | 8.67 | 0.34 | 0.52 |
| Hex | AF | 68 | 5C | 0 | 29 | 2F | 1F | 9 | 22 | 34 |
| Octal | 257 | 150 | 134 | 0 | 51 | 57 | 37 | 11 | 42 | 64 |
| Binary | 10101111 | 1101000 | 1011100 | 0 | 101001 | 101111 | 11111 | 1001 | 100010 | 110100 |
Color Harmonies of #AF685C
Complementary color
Monochromatic Colors of #AF685C
Black with #AF685C
Text Example
Text Example
White with #AF685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF685C; }
p { color: rgb(175,104,92); }
H1.HeaderClassName
{
color: #AF685C;
}
.AnyTagClassName
{
color: #AF685C;
}
</style>
background-color css
<style>
a { background-color: #AF685C; }
a { background-color: rgb(175,104,92); }
div.DivClassName
{
background-color: #AF685C;
}
.BgClassName
{
background-color: #AF685C;
}
</style>
border-color css
<style>
span { border-color: #AF685C; }
span { border-color: rgb(175,104,92); }
td.TdClassName
{
border-color: #AF685C;
}
.TagClassName
{
border-color: #AF685C;
}
</style>