Shades of Coral Tree #AA7262
Tints of Coral Tree #AA7262
RGB
CMYK
RGB Variations
Color information
#AA7262 (or 0xAA7262) is known color: Coral Tree. HEX triplet: AA, 72 and 62. RGB value is (170,114,98). Sum of RGB (Red+Green+Blue) = 170+114+98=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7262 is #558D9D. Grayscale: #818181. Windows color (decimal): -5606814 or 6451882. OLE color: 6451882.
HSL color Cylindrical-coordinate representation of color #AA7262: hue angle of 13.33º degrees, saturation: 0.3, 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 #AA7262 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 98 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.33 |
| HSL | 13.33º | 0.3% | 0.53% | - |
| HSV(B) | 13.33º | 0.42% | 0.67% | - |
| XYZ | 24.8 | 21.46 | 14.39 | - |
| YUV | 128.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 98 | 0 | 0.33 | 0.42 | 0.33 | 13.33 | 0.3 | 0.53 |
| Hex | AA | 72 | 62 | 0 | 21 | 2A | 21 | D | 1E | 35 |
| Octal | 252 | 162 | 142 | 0 | 41 | 52 | 41 | 15 | 36 | 65 |
| Binary | 10101010 | 1110010 | 1100010 | 0 | 100001 | 101010 | 100001 | 1101 | 11110 | 110101 |
Color Harmonies of #AA7262
Complementary color
Monochromatic Colors of #AA7262
Black with #AA7262
Text Example
Text Example
White with #AA7262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7262; }
p { color: rgb(170,114,98); }
H1.HeaderClassName
{
color: #AA7262;
}
.AnyTagClassName
{
color: #AA7262;
}
</style>
background-color css
<style>
a { background-color: #AA7262; }
a { background-color: rgb(170,114,98); }
div.DivClassName
{
background-color: #AA7262;
}
.BgClassName
{
background-color: #AA7262;
}
</style>
border-color css
<style>
span { border-color: #AA7262; }
span { border-color: rgb(170,114,98); }
td.TdClassName
{
border-color: #AA7262;
}
.TagClassName
{
border-color: #AA7262;
}
</style>