Shades of Coral Tree #AA726A
Tints of Coral Tree #AA726A
RGB
CMYK
RGB Variations
Color information
#AA726A (or 0xAA726A) is known color: Coral Tree. HEX triplet: AA, 72 and 6A. RGB value is (170,114,106). Sum of RGB (Red+Green+Blue) = 170+114+106=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA726A is #558D95. Grayscale: #818181. Windows color (decimal): -5606806 or 6976170. OLE color: 6976170.
HSL color Cylindrical-coordinate representation of color #AA726A: hue angle of 7.5º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA726A is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 106 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.33 |
| HSL | 7.5º | 0.27% | 0.54% | - |
| HSV(B) | 7.5º | 0.38% | 0.67% | - |
| XYZ | 25.2 | 21.62 | 16.48 | - |
| YUV | 129.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 106 | 0 | 0.33 | 0.38 | 0.33 | 7.5 | 0.27 | 0.54 |
| Hex | AA | 72 | 6A | 0 | 21 | 26 | 21 | 8 | 1B | 36 |
| Octal | 252 | 162 | 152 | 0 | 41 | 46 | 41 | 10 | 33 | 66 |
| Binary | 10101010 | 1110010 | 1101010 | 0 | 100001 | 100110 | 100001 | 1000 | 11011 | 110110 |
Color Harmonies of #AA726A
Complementary color
Monochromatic Colors of #AA726A
Black with #AA726A
Text Example
Text Example
White with #AA726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA726A; }
p { color: rgb(170,114,106); }
H1.HeaderClassName
{
color: #AA726A;
}
.AnyTagClassName
{
color: #AA726A;
}
</style>
background-color css
<style>
a { background-color: #AA726A; }
a { background-color: rgb(170,114,106); }
div.DivClassName
{
background-color: #AA726A;
}
.BgClassName
{
background-color: #AA726A;
}
</style>
border-color css
<style>
span { border-color: #AA726A; }
span { border-color: rgb(170,114,106); }
td.TdClassName
{
border-color: #AA726A;
}
.TagClassName
{
border-color: #AA726A;
}
</style>