Shades of Coral Tree #AA7368
Tints of Coral Tree #AA7368
RGB
CMYK
RGB Variations
Color information
#AA7368 (or 0xAA7368) is known color: Coral Tree. HEX triplet: AA, 73 and 68. RGB value is (170,115,104). Sum of RGB (Red+Green+Blue) = 170+115+104=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7368 is #558C97. Grayscale: #828282. Windows color (decimal): -5606552 or 6845354. OLE color: 6845354.
HSL color Cylindrical-coordinate representation of color #AA7368: hue angle of 10º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA7368 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 104 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.33 |
| HSL | 10º | 0.28% | 0.54% | - |
| HSV(B) | 10º | 0.39% | 0.67% | - |
| XYZ | 25.21 | 21.81 | 15.98 | - |
| YUV | 130.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 104 | 0 | 0.32 | 0.39 | 0.33 | 10 | 0.28 | 0.54 |
| Hex | AA | 73 | 68 | 0 | 20 | 27 | 21 | A | 1C | 36 |
| Octal | 252 | 163 | 150 | 0 | 40 | 47 | 41 | 12 | 34 | 66 |
| Binary | 10101010 | 1110011 | 1101000 | 0 | 100000 | 100111 | 100001 | 1010 | 11100 | 110110 |
Color Harmonies of #AA7368
Complementary color
Monochromatic Colors of #AA7368
Black with #AA7368
Text Example
Text Example
White with #AA7368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7368; }
p { color: rgb(170,115,104); }
H1.HeaderClassName
{
color: #AA7368;
}
.AnyTagClassName
{
color: #AA7368;
}
</style>
background-color css
<style>
a { background-color: #AA7368; }
a { background-color: rgb(170,115,104); }
div.DivClassName
{
background-color: #AA7368;
}
.BgClassName
{
background-color: #AA7368;
}
</style>
border-color css
<style>
span { border-color: #AA7368; }
span { border-color: rgb(170,115,104); }
td.TdClassName
{
border-color: #AA7368;
}
.TagClassName
{
border-color: #AA7368;
}
</style>