Shades of Coral Tree #AA7267
Tints of Coral Tree #AA7267
RGB
CMYK
RGB Variations
Color information
#AA7267 (or 0xAA7267) is known color: Coral Tree. HEX triplet: AA, 72 and 67. RGB value is (170,114,103). Sum of RGB (Red+Green+Blue) = 170+114+103=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7267 is #558D98. Grayscale: #818181. Windows color (decimal): -5606809 or 6779562. OLE color: 6779562.
HSL color Cylindrical-coordinate representation of color #AA7267: hue angle of 9.85º 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 #AA7267 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 103 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.33 |
| HSL | 9.85º | 0.28% | 0.54% | - |
| HSV(B) | 9.85º | 0.39% | 0.67% | - |
| XYZ | 25.04 | 21.56 | 15.67 | - |
| YUV | 129.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 103 | 0 | 0.33 | 0.39 | 0.33 | 9.85 | 0.28 | 0.54 |
| Hex | AA | 72 | 67 | 0 | 21 | 27 | 21 | A | 1C | 36 |
| Octal | 252 | 162 | 147 | 0 | 41 | 47 | 41 | 12 | 34 | 66 |
| Binary | 10101010 | 1110010 | 1100111 | 0 | 100001 | 100111 | 100001 | 1010 | 11100 | 110110 |
Color Harmonies of #AA7267
Complementary color
Monochromatic Colors of #AA7267
Black with #AA7267
Text Example
Text Example
White with #AA7267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7267; }
p { color: rgb(170,114,103); }
H1.HeaderClassName
{
color: #AA7267;
}
.AnyTagClassName
{
color: #AA7267;
}
</style>
background-color css
<style>
a { background-color: #AA7267; }
a { background-color: rgb(170,114,103); }
div.DivClassName
{
background-color: #AA7267;
}
.BgClassName
{
background-color: #AA7267;
}
</style>
border-color css
<style>
span { border-color: #AA7267; }
span { border-color: rgb(170,114,103); }
td.TdClassName
{
border-color: #AA7267;
}
.TagClassName
{
border-color: #AA7267;
}
</style>