Shades of Coral Tree #AA7A74
Tints of Coral Tree #AA7A74
RGB
CMYK
RGB Variations
Color information
#AA7A74 (or 0xAA7A74) is known color: Coral Tree. HEX triplet: AA, 7A and 74. RGB value is (170,122,116). Sum of RGB (Red+Green+Blue) = 170+122+116=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A74 is #55858B. Grayscale: #878787. Windows color (decimal): -5604748 or 7633578. OLE color: 7633578.
HSL color Cylindrical-coordinate representation of color #AA7A74: hue angle of 6.67º 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 #AA7A74 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 116 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.33 |
| HSL | 6.67º | 0.24% | 0.56% | - |
| HSV(B) | 6.67º | 0.32% | 0.67% | - |
| XYZ | 26.69 | 23.73 | 19.7 | - |
| YUV | 135.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 116 | 0 | 0.28 | 0.32 | 0.33 | 6.67 | 0.24 | 0.56 |
| Hex | AA | 7A | 74 | 0 | 1C | 20 | 21 | 7 | 18 | 38 |
| Octal | 252 | 172 | 164 | 0 | 34 | 40 | 41 | 7 | 30 | 70 |
| Binary | 10101010 | 1111010 | 1110100 | 0 | 11100 | 100000 | 100001 | 111 | 11000 | 111000 |
Color Harmonies of #AA7A74
Complementary color
Monochromatic Colors of #AA7A74
Black with #AA7A74
Text Example
Text Example
White with #AA7A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A74; }
p { color: rgb(170,122,116); }
H1.HeaderClassName
{
color: #AA7A74;
}
.AnyTagClassName
{
color: #AA7A74;
}
</style>
background-color css
<style>
a { background-color: #AA7A74; }
a { background-color: rgb(170,122,116); }
div.DivClassName
{
background-color: #AA7A74;
}
.BgClassName
{
background-color: #AA7A74;
}
</style>
border-color css
<style>
span { border-color: #AA7A74; }
span { border-color: rgb(170,122,116); }
td.TdClassName
{
border-color: #AA7A74;
}
.TagClassName
{
border-color: #AA7A74;
}
</style>