Shades of Coral Tree #AA726B
Tints of Coral Tree #AA726B
RGB
CMYK
RGB Variations
Color information
#AA726B (or 0xAA726B) is known color: Coral Tree. HEX triplet: AA, 72 and 6B. RGB value is (170,114,107). Sum of RGB (Red+Green+Blue) = 170+114+107=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA726B is #558D94. Grayscale: #828282. Windows color (decimal): -5606805 or 7041706. OLE color: 7041706.
HSL color Cylindrical-coordinate representation of color #AA726B: hue angle of 6.67º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA726B is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 107 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.33 |
| HSL | 6.67º | 0.27% | 0.54% | - |
| HSV(B) | 6.67º | 0.37% | 0.67% | - |
| XYZ | 25.25 | 21.64 | 16.76 | - |
| YUV | 129.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 107 | 0 | 0.33 | 0.37 | 0.33 | 6.67 | 0.27 | 0.54 |
| Hex | AA | 72 | 6B | 0 | 21 | 25 | 21 | 7 | 1B | 36 |
| Octal | 252 | 162 | 153 | 0 | 41 | 45 | 41 | 7 | 33 | 66 |
| Binary | 10101010 | 1110010 | 1101011 | 0 | 100001 | 100101 | 100001 | 111 | 11011 | 110110 |
Color Harmonies of #AA726B
Complementary color
Monochromatic Colors of #AA726B
Black with #AA726B
Text Example
Text Example
White with #AA726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA726B; }
p { color: rgb(170,114,107); }
H1.HeaderClassName
{
color: #AA726B;
}
.AnyTagClassName
{
color: #AA726B;
}
</style>
background-color css
<style>
a { background-color: #AA726B; }
a { background-color: rgb(170,114,107); }
div.DivClassName
{
background-color: #AA726B;
}
.BgClassName
{
background-color: #AA726B;
}
</style>
border-color css
<style>
span { border-color: #AA726B; }
span { border-color: rgb(170,114,107); }
td.TdClassName
{
border-color: #AA726B;
}
.TagClassName
{
border-color: #AA726B;
}
</style>