Shades of Coral Tree #A8675E
Tints of Coral Tree #A8675E
RGB
CMYK
RGB Variations
Color information
#A8675E (or 0xA8675E) is known color: Coral Tree. HEX triplet: A8, 67 and 5E. RGB value is (168,103,94). Sum of RGB (Red+Green+Blue) = 168+103+94=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8675E is #5798A1. Grayscale: #797979. Windows color (decimal): -5740706 or 6186920. OLE color: 6186920.
HSL color Cylindrical-coordinate representation of color #A8675E: hue angle of 7.3º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8675E is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 94 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.34 |
| HSL | 7.3º | 0.3% | 0.51% | - |
| HSV(B) | 7.3º | 0.44% | 0.66% | - |
| XYZ | 23.02 | 18.83 | 13.01 | - |
| YUV | 121.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 94 | 0 | 0.39 | 0.44 | 0.34 | 7.3 | 0.3 | 0.51 |
| Hex | A8 | 67 | 5E | 0 | 27 | 2C | 22 | 7 | 1E | 33 |
| Octal | 250 | 147 | 136 | 0 | 47 | 54 | 42 | 7 | 36 | 63 |
| Binary | 10101000 | 1100111 | 1011110 | 0 | 100111 | 101100 | 100010 | 111 | 11110 | 110011 |
Color Harmonies of #A8675E
Complementary color
Monochromatic Colors of #A8675E
Black with #A8675E
Text Example
Text Example
White with #A8675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8675E; }
p { color: rgb(168,103,94); }
H1.HeaderClassName
{
color: #A8675E;
}
.AnyTagClassName
{
color: #A8675E;
}
</style>
background-color css
<style>
a { background-color: #A8675E; }
a { background-color: rgb(168,103,94); }
div.DivClassName
{
background-color: #A8675E;
}
.BgClassName
{
background-color: #A8675E;
}
</style>
border-color css
<style>
span { border-color: #A8675E; }
span { border-color: rgb(168,103,94); }
td.TdClassName
{
border-color: #A8675E;
}
.TagClassName
{
border-color: #A8675E;
}
</style>