Shades of Coral Tree #AA746C
Tints of Coral Tree #AA746C
RGB
CMYK
RGB Variations
Color information
#AA746C (or 0xAA746C) is known color: Coral Tree. HEX triplet: AA, 74 and 6C. RGB value is (170,116,108). Sum of RGB (Red+Green+Blue) = 170+116+108=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA746C is #558B93. Grayscale: #838383. Windows color (decimal): -5606292 or 7107754. OLE color: 7107754.
HSL color Cylindrical-coordinate representation of color #AA746C: hue angle of 7.74º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA746C is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 108 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.33 |
| HSL | 7.74º | 0.27% | 0.55% | - |
| HSV(B) | 7.74º | 0.36% | 0.67% | - |
| XYZ | 25.53 | 22.12 | 17.11 | - |
| YUV | 131.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 108 | 0 | 0.32 | 0.36 | 0.33 | 7.74 | 0.27 | 0.55 |
| Hex | AA | 74 | 6C | 0 | 20 | 24 | 21 | 8 | 1B | 37 |
| Octal | 252 | 164 | 154 | 0 | 40 | 44 | 41 | 10 | 33 | 67 |
| Binary | 10101010 | 1110100 | 1101100 | 0 | 100000 | 100100 | 100001 | 1000 | 11011 | 110111 |
Color Harmonies of #AA746C
Complementary color
Monochromatic Colors of #AA746C
Black with #AA746C
Text Example
Text Example
White with #AA746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA746C; }
p { color: rgb(170,116,108); }
H1.HeaderClassName
{
color: #AA746C;
}
.AnyTagClassName
{
color: #AA746C;
}
</style>
background-color css
<style>
a { background-color: #AA746C; }
a { background-color: rgb(170,116,108); }
div.DivClassName
{
background-color: #AA746C;
}
.BgClassName
{
background-color: #AA746C;
}
</style>
border-color css
<style>
span { border-color: #AA746C; }
span { border-color: rgb(170,116,108); }
td.TdClassName
{
border-color: #AA746C;
}
.TagClassName
{
border-color: #AA746C;
}
</style>