Shades of Coral Tree #AA7265
Tints of Coral Tree #AA7265
RGB
CMYK
RGB Variations
Color information
#AA7265 (or 0xAA7265) is known color: Coral Tree. HEX triplet: AA, 72 and 65. RGB value is (170,114,101). Sum of RGB (Red+Green+Blue) = 170+114+101=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7265 is #558D9A. Grayscale: #818181. Windows color (decimal): -5606811 or 6648490. OLE color: 6648490.
HSL color Cylindrical-coordinate representation of color #AA7265: hue angle of 11.3º 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 #AA7265 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 101 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.33 |
| HSL | 11.3º | 0.29% | 0.53% | - |
| HSV(B) | 11.3º | 0.41% | 0.67% | - |
| XYZ | 24.94 | 21.52 | 15.15 | - |
| YUV | 129.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 101 | 0 | 0.33 | 0.41 | 0.33 | 11.3 | 0.29 | 0.53 |
| Hex | AA | 72 | 65 | 0 | 21 | 29 | 21 | B | 1D | 35 |
| Octal | 252 | 162 | 145 | 0 | 41 | 51 | 41 | 13 | 35 | 65 |
| Binary | 10101010 | 1110010 | 1100101 | 0 | 100001 | 101001 | 100001 | 1011 | 11101 | 110101 |
Color Harmonies of #AA7265
Complementary color
Monochromatic Colors of #AA7265
Black with #AA7265
Text Example
Text Example
White with #AA7265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7265; }
p { color: rgb(170,114,101); }
H1.HeaderClassName
{
color: #AA7265;
}
.AnyTagClassName
{
color: #AA7265;
}
</style>
background-color css
<style>
a { background-color: #AA7265; }
a { background-color: rgb(170,114,101); }
div.DivClassName
{
background-color: #AA7265;
}
.BgClassName
{
background-color: #AA7265;
}
</style>
border-color css
<style>
span { border-color: #AA7265; }
span { border-color: rgb(170,114,101); }
td.TdClassName
{
border-color: #AA7265;
}
.TagClassName
{
border-color: #AA7265;
}
</style>