Shades of Coral Tree #A96764
Tints of Coral Tree #A96764
RGB
CMYK
RGB Variations
Color information
#A96764 (or 0xA96764) is known color: Coral Tree. HEX triplet: A9, 67 and 64. RGB value is (169,103,100). Sum of RGB (Red+Green+Blue) = 169+103+100=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A96764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96764 is #56989B. Grayscale: #7A7A7A. Windows color (decimal): -5675164 or 6580137. OLE color: 6580137.
HSL color Cylindrical-coordinate representation of color #A96764: hue angle of 2.61º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A96764 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 103 | 100 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.34 |
| HSL | 2.61º | 0.29% | 0.53% | - |
| HSV(B) | 2.61º | 0.41% | 0.66% | - |
| XYZ | 23.51 | 19.06 | 14.5 | - |
| YUV | 122.39 | 115.37 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 103 | 100 | 0 | 0.39 | 0.41 | 0.34 | 2.61 | 0.29 | 0.53 |
| Hex | A9 | 67 | 64 | 0 | 27 | 29 | 22 | 3 | 1D | 35 |
| Octal | 251 | 147 | 144 | 0 | 47 | 51 | 42 | 3 | 35 | 65 |
| Binary | 10101001 | 1100111 | 1100100 | 0 | 100111 | 101001 | 100010 | 11 | 11101 | 110101 |
Color Harmonies of #A96764
Complementary color
Monochromatic Colors of #A96764
Black with #A96764
Text Example
Text Example
White with #A96764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96764; }
p { color: rgb(169,103,100); }
H1.HeaderClassName
{
color: #A96764;
}
.AnyTagClassName
{
color: #A96764;
}
</style>
background-color css
<style>
a { background-color: #A96764; }
a { background-color: rgb(169,103,100); }
div.DivClassName
{
background-color: #A96764;
}
.BgClassName
{
background-color: #A96764;
}
</style>
border-color css
<style>
span { border-color: #A96764; }
span { border-color: rgb(169,103,100); }
td.TdClassName
{
border-color: #A96764;
}
.TagClassName
{
border-color: #A96764;
}
</style>