Shades of Coral Tree #AA7974
Tints of Coral Tree #AA7974
RGB
CMYK
RGB Variations
Color information
#AA7974 (or 0xAA7974) is known color: Coral Tree. HEX triplet: AA, 79 and 74. RGB value is (170,121,116). Sum of RGB (Red+Green+Blue) = 170+121+116=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7974 is #55868B. Grayscale: #878787. Windows color (decimal): -5605004 or 7633322. OLE color: 7633322.
HSL color Cylindrical-coordinate representation of color #AA7974: hue angle of 5.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA7974 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 116 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.33 |
| HSL | 5.56º | 0.24% | 0.56% | - |
| HSV(B) | 5.56º | 0.32% | 0.67% | - |
| XYZ | 26.57 | 23.48 | 19.66 | - |
| YUV | 135.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 116 | 0 | 0.29 | 0.32 | 0.33 | 5.56 | 0.24 | 0.56 |
| Hex | AA | 79 | 74 | 0 | 1D | 20 | 21 | 6 | 18 | 38 |
| Octal | 252 | 171 | 164 | 0 | 35 | 40 | 41 | 6 | 30 | 70 |
| Binary | 10101010 | 1111001 | 1110100 | 0 | 11101 | 100000 | 100001 | 110 | 11000 | 111000 |
Color Harmonies of #AA7974
Complementary color
Monochromatic Colors of #AA7974
Black with #AA7974
Text Example
Text Example
White with #AA7974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7974; }
p { color: rgb(170,121,116); }
H1.HeaderClassName
{
color: #AA7974;
}
.AnyTagClassName
{
color: #AA7974;
}
</style>
background-color css
<style>
a { background-color: #AA7974; }
a { background-color: rgb(170,121,116); }
div.DivClassName
{
background-color: #AA7974;
}
.BgClassName
{
background-color: #AA7974;
}
</style>
border-color css
<style>
span { border-color: #AA7974; }
span { border-color: rgb(170,121,116); }
td.TdClassName
{
border-color: #AA7974;
}
.TagClassName
{
border-color: #AA7974;
}
</style>