Shades of Coral Tree #AA7065
Tints of Coral Tree #AA7065
RGB
CMYK
RGB Variations
Color information
#AA7065 (or 0xAA7065) is known color: Coral Tree. HEX triplet: AA, 70 and 65. RGB value is (170,112,101). Sum of RGB (Red+Green+Blue) = 170+112+101=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7065 is #558F9A. Grayscale: #808080. Windows color (decimal): -5607323 or 6647978. OLE color: 6647978.
HSL color Cylindrical-coordinate representation of color #AA7065: hue angle of 9.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA7065 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 101 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.33 |
| HSL | 9.57º | 0.29% | 0.53% | - |
| HSV(B) | 9.57º | 0.41% | 0.67% | - |
| XYZ | 24.72 | 21.07 | 15.08 | - |
| YUV | 128.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 101 | 0 | 0.34 | 0.41 | 0.33 | 9.57 | 0.29 | 0.53 |
| Hex | AA | 70 | 65 | 0 | 22 | 29 | 21 | A | 1D | 35 |
| Octal | 252 | 160 | 145 | 0 | 42 | 51 | 41 | 12 | 35 | 65 |
| Binary | 10101010 | 1110000 | 1100101 | 0 | 100010 | 101001 | 100001 | 1010 | 11101 | 110101 |
Color Harmonies of #AA7065
Complementary color
Monochromatic Colors of #AA7065
Black with #AA7065
Text Example
Text Example
White with #AA7065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7065; }
p { color: rgb(170,112,101); }
H1.HeaderClassName
{
color: #AA7065;
}
.AnyTagClassName
{
color: #AA7065;
}
</style>
background-color css
<style>
a { background-color: #AA7065; }
a { background-color: rgb(170,112,101); }
div.DivClassName
{
background-color: #AA7065;
}
.BgClassName
{
background-color: #AA7065;
}
</style>
border-color css
<style>
span { border-color: #AA7065; }
span { border-color: rgb(170,112,101); }
td.TdClassName
{
border-color: #AA7065;
}
.TagClassName
{
border-color: #AA7065;
}
</style>