Shades of Coral Tree #AF6A5E
Tints of Coral Tree #AF6A5E
RGB
CMYK
RGB Variations
Color information
#AF6A5E (or 0xAF6A5E) is known color: Coral Tree. HEX triplet: AF, 6A and 5E. RGB value is (175,106,94). Sum of RGB (Red+Green+Blue) = 175+106+94=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A5E is #5095A1. Grayscale: #7D7D7D. Windows color (decimal): -5281186 or 6187695. OLE color: 6187695.
HSL color Cylindrical-coordinate representation of color #AF6A5E: hue angle of 8.89º 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 #AF6A5E is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 94 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.31 |
| HSL | 8.89º | 0.34% | 0.53% | - |
| HSV(B) | 8.89º | 0.46% | 0.69% | - |
| XYZ | 24.85 | 20.23 | 13.18 | - |
| YUV | 125.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 94 | 0 | 0.39 | 0.46 | 0.31 | 8.89 | 0.34 | 0.53 |
| Hex | AF | 6A | 5E | 0 | 27 | 2E | 1F | 9 | 22 | 35 |
| Octal | 257 | 152 | 136 | 0 | 47 | 56 | 37 | 11 | 42 | 65 |
| Binary | 10101111 | 1101010 | 1011110 | 0 | 100111 | 101110 | 11111 | 1001 | 100010 | 110101 |
Color Harmonies of #AF6A5E
Complementary color
Monochromatic Colors of #AF6A5E
Black with #AF6A5E
Text Example
Text Example
White with #AF6A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A5E; }
p { color: rgb(175,106,94); }
H1.HeaderClassName
{
color: #AF6A5E;
}
.AnyTagClassName
{
color: #AF6A5E;
}
</style>
background-color css
<style>
a { background-color: #AF6A5E; }
a { background-color: rgb(175,106,94); }
div.DivClassName
{
background-color: #AF6A5E;
}
.BgClassName
{
background-color: #AF6A5E;
}
</style>
border-color css
<style>
span { border-color: #AF6A5E; }
span { border-color: rgb(175,106,94); }
td.TdClassName
{
border-color: #AF6A5E;
}
.TagClassName
{
border-color: #AF6A5E;
}
</style>