Shades of Coral Tree #AA7263
Tints of Coral Tree #AA7263
RGB
CMYK
RGB Variations
Color information
#AA7263 (or 0xAA7263) is known color: Coral Tree. HEX triplet: AA, 72 and 63. RGB value is (170,114,99). Sum of RGB (Red+Green+Blue) = 170+114+99=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7263 is #558D9C. Grayscale: #818181. Windows color (decimal): -5606813 or 6517418. OLE color: 6517418.
HSL color Cylindrical-coordinate representation of color #AA7263: hue angle of 12.68º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7263 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 99 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.33 |
| HSL | 12.68º | 0.29% | 0.53% | - |
| HSV(B) | 12.68º | 0.42% | 0.67% | - |
| XYZ | 24.85 | 21.48 | 14.64 | - |
| YUV | 129.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 99 | 0 | 0.33 | 0.42 | 0.33 | 12.68 | 0.29 | 0.53 |
| Hex | AA | 72 | 63 | 0 | 21 | 2A | 21 | D | 1D | 35 |
| Octal | 252 | 162 | 143 | 0 | 41 | 52 | 41 | 15 | 35 | 65 |
| Binary | 10101010 | 1110010 | 1100011 | 0 | 100001 | 101010 | 100001 | 1101 | 11101 | 110101 |
Color Harmonies of #AA7263
Complementary color
Monochromatic Colors of #AA7263
Black with #AA7263
Text Example
Text Example
White with #AA7263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7263; }
p { color: rgb(170,114,99); }
H1.HeaderClassName
{
color: #AA7263;
}
.AnyTagClassName
{
color: #AA7263;
}
</style>
background-color css
<style>
a { background-color: #AA7263; }
a { background-color: rgb(170,114,99); }
div.DivClassName
{
background-color: #AA7263;
}
.BgClassName
{
background-color: #AA7263;
}
</style>
border-color css
<style>
span { border-color: #AA7263; }
span { border-color: rgb(170,114,99); }
td.TdClassName
{
border-color: #AA7263;
}
.TagClassName
{
border-color: #AA7263;
}
</style>