Shades of Coral Tree #A95F5E
Tints of Coral Tree #A95F5E
RGB
CMYK
RGB Variations
Color information
#A95F5E (or 0xA95F5E) is known color: Coral Tree. HEX triplet: A9, 5F and 5E. RGB value is (169,95,94). Sum of RGB (Red+Green+Blue) = 169+95+94=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95F5E is #56A0A1. Grayscale: #757575. Windows color (decimal): -5677218 or 6184873. OLE color: 6184873.
HSL color Cylindrical-coordinate representation of color #A95F5E: hue angle of 0.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95F5E is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 95 | 94 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.34 |
| HSL | 0.8º | 0.3% | 0.52% | - |
| HSV(B) | 0.8º | 0.44% | 0.66% | - |
| XYZ | 22.47 | 17.43 | 12.77 | - |
| YUV | 117.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 95 | 94 | 0 | 0.44 | 0.44 | 0.34 | 0.8 | 0.3 | 0.52 |
| Hex | A9 | 5F | 5E | 0 | 2C | 2C | 22 | 1 | 1E | 34 |
| Octal | 251 | 137 | 136 | 0 | 54 | 54 | 42 | 1 | 36 | 64 |
| Binary | 10101001 | 1011111 | 1011110 | 0 | 101100 | 101100 | 100010 | 1 | 11110 | 110100 |
Color Harmonies of #A95F5E
Complementary color
Monochromatic Colors of #A95F5E
Black with #A95F5E
Text Example
Text Example
White with #A95F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95F5E; }
p { color: rgb(169,95,94); }
H1.HeaderClassName
{
color: #A95F5E;
}
.AnyTagClassName
{
color: #A95F5E;
}
</style>
background-color css
<style>
a { background-color: #A95F5E; }
a { background-color: rgb(169,95,94); }
div.DivClassName
{
background-color: #A95F5E;
}
.BgClassName
{
background-color: #A95F5E;
}
</style>
border-color css
<style>
span { border-color: #A95F5E; }
span { border-color: rgb(169,95,94); }
td.TdClassName
{
border-color: #A95F5E;
}
.TagClassName
{
border-color: #A95F5E;
}
</style>