Shades of Coral Tree #AA7A73
Tints of Coral Tree #AA7A73
RGB
CMYK
RGB Variations
Color information
#AA7A73 (or 0xAA7A73) is known color: Coral Tree. HEX triplet: AA, 7A and 73. RGB value is (170,122,115). Sum of RGB (Red+Green+Blue) = 170+122+115=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A73 is #55858C. Grayscale: #878787. Windows color (decimal): -5604749 or 7568042. OLE color: 7568042.
HSL color Cylindrical-coordinate representation of color #AA7A73: hue angle of 7.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA7A73 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 115 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.33 |
| HSL | 7.64º | 0.24% | 0.56% | - |
| HSV(B) | 7.64º | 0.32% | 0.67% | - |
| XYZ | 26.63 | 23.7 | 19.39 | - |
| YUV | 135.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 115 | 0 | 0.28 | 0.32 | 0.33 | 7.64 | 0.24 | 0.56 |
| Hex | AA | 7A | 73 | 0 | 1C | 20 | 21 | 8 | 18 | 38 |
| Octal | 252 | 172 | 163 | 0 | 34 | 40 | 41 | 10 | 30 | 70 |
| Binary | 10101010 | 1111010 | 1110011 | 0 | 11100 | 100000 | 100001 | 1000 | 11000 | 111000 |
Color Harmonies of #AA7A73
Complementary color
Monochromatic Colors of #AA7A73
Black with #AA7A73
Text Example
Text Example
White with #AA7A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A73; }
p { color: rgb(170,122,115); }
H1.HeaderClassName
{
color: #AA7A73;
}
.AnyTagClassName
{
color: #AA7A73;
}
</style>
background-color css
<style>
a { background-color: #AA7A73; }
a { background-color: rgb(170,122,115); }
div.DivClassName
{
background-color: #AA7A73;
}
.BgClassName
{
background-color: #AA7A73;
}
</style>
border-color css
<style>
span { border-color: #AA7A73; }
span { border-color: rgb(170,122,115); }
td.TdClassName
{
border-color: #AA7A73;
}
.TagClassName
{
border-color: #AA7A73;
}
</style>