Shades of Coral Tree #AA746F
Tints of Coral Tree #AA746F
RGB
CMYK
RGB Variations
Color information
#AA746F (or 0xAA746F) is known color: Coral Tree. HEX triplet: AA, 74 and 6F. RGB value is (170,116,111). Sum of RGB (Red+Green+Blue) = 170+116+111=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA746F is #558B90. Grayscale: #838383. Windows color (decimal): -5606289 or 7304362. OLE color: 7304362.
HSL color Cylindrical-coordinate representation of color #AA746F: hue angle of 5.08º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA746F is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 111 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.33 |
| HSL | 5.08º | 0.26% | 0.55% | - |
| HSV(B) | 5.08º | 0.35% | 0.67% | - |
| XYZ | 25.69 | 22.18 | 17.97 | - |
| YUV | 131.58 | 116.39 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 111 | 0 | 0.32 | 0.35 | 0.33 | 5.08 | 0.26 | 0.55 |
| Hex | AA | 74 | 6F | 0 | 20 | 23 | 21 | 5 | 1A | 37 |
| Octal | 252 | 164 | 157 | 0 | 40 | 43 | 41 | 5 | 32 | 67 |
| Binary | 10101010 | 1110100 | 1101111 | 0 | 100000 | 100011 | 100001 | 101 | 11010 | 110111 |
Color Harmonies of #AA746F
Complementary color
Monochromatic Colors of #AA746F
Black with #AA746F
Text Example
Text Example
White with #AA746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA746F; }
p { color: rgb(170,116,111); }
H1.HeaderClassName
{
color: #AA746F;
}
.AnyTagClassName
{
color: #AA746F;
}
</style>
background-color css
<style>
a { background-color: #AA746F; }
a { background-color: rgb(170,116,111); }
div.DivClassName
{
background-color: #AA746F;
}
.BgClassName
{
background-color: #AA746F;
}
</style>
border-color css
<style>
span { border-color: #AA746F; }
span { border-color: rgb(170,116,111); }
td.TdClassName
{
border-color: #AA746F;
}
.TagClassName
{
border-color: #AA746F;
}
</style>