Shades of Coral Tree #A96C60
Tints of Coral Tree #A96C60
RGB
CMYK
RGB Variations
Color information
#A96C60 (or 0xA96C60) is known color: Coral Tree. HEX triplet: A9, 6C and 60. RGB value is (169,108,96). Sum of RGB (Red+Green+Blue) = 169+108+96=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96C60 is #56939F. Grayscale: #7C7C7C. Windows color (decimal): -5673888 or 6319273. OLE color: 6319273.
HSL color Cylindrical-coordinate representation of color #A96C60: hue angle of 9.86º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96C60 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 108 | 96 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.34 |
| HSL | 9.86º | 0.3% | 0.52% | - |
| HSV(B) | 9.86º | 0.43% | 0.66% | - |
| XYZ | 23.84 | 20 | 13.67 | - |
| YUV | 124.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 96 | 0 | 0.36 | 0.43 | 0.34 | 9.86 | 0.3 | 0.52 |
| Hex | A9 | 6C | 60 | 0 | 24 | 2B | 22 | A | 1E | 34 |
| Octal | 251 | 154 | 140 | 0 | 44 | 53 | 42 | 12 | 36 | 64 |
| Binary | 10101001 | 1101100 | 1100000 | 0 | 100100 | 101011 | 100010 | 1010 | 11110 | 110100 |
Color Harmonies of #A96C60
Complementary color
Monochromatic Colors of #A96C60
Black with #A96C60
Text Example
Text Example
White with #A96C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96C60; }
p { color: rgb(169,108,96); }
H1.HeaderClassName
{
color: #A96C60;
}
.AnyTagClassName
{
color: #A96C60;
}
</style>
background-color css
<style>
a { background-color: #A96C60; }
a { background-color: rgb(169,108,96); }
div.DivClassName
{
background-color: #A96C60;
}
.BgClassName
{
background-color: #A96C60;
}
</style>
border-color css
<style>
span { border-color: #A96C60; }
span { border-color: rgb(169,108,96); }
td.TdClassName
{
border-color: #A96C60;
}
.TagClassName
{
border-color: #A96C60;
}
</style>