Shades of Coral Tree #AA7A70
Tints of Coral Tree #AA7A70
RGB
CMYK
RGB Variations
Color information
#AA7A70 (or 0xAA7A70) is known color: Coral Tree. HEX triplet: AA, 7A and 70. RGB value is (170,122,112). Sum of RGB (Red+Green+Blue) = 170+122+112=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A70 is #55858F. Grayscale: #878787. Windows color (decimal): -5604752 or 7371434. OLE color: 7371434.
HSL color Cylindrical-coordinate representation of color #AA7A70: hue angle of 10.34º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7A70 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 112 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.33 |
| HSL | 10.34º | 0.25% | 0.55% | - |
| HSV(B) | 10.34º | 0.34% | 0.67% | - |
| XYZ | 26.46 | 23.63 | 18.5 | - |
| YUV | 135.21 | 114.9 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 112 | 0 | 0.28 | 0.34 | 0.33 | 10.34 | 0.25 | 0.55 |
| Hex | AA | 7A | 70 | 0 | 1C | 22 | 21 | A | 19 | 37 |
| Octal | 252 | 172 | 160 | 0 | 34 | 42 | 41 | 12 | 31 | 67 |
| Binary | 10101010 | 1111010 | 1110000 | 0 | 11100 | 100010 | 100001 | 1010 | 11001 | 110111 |
Color Harmonies of #AA7A70
Complementary color
Monochromatic Colors of #AA7A70
Black with #AA7A70
Text Example
Text Example
White with #AA7A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A70; }
p { color: rgb(170,122,112); }
H1.HeaderClassName
{
color: #AA7A70;
}
.AnyTagClassName
{
color: #AA7A70;
}
</style>
background-color css
<style>
a { background-color: #AA7A70; }
a { background-color: rgb(170,122,112); }
div.DivClassName
{
background-color: #AA7A70;
}
.BgClassName
{
background-color: #AA7A70;
}
</style>
border-color css
<style>
span { border-color: #AA7A70; }
span { border-color: rgb(170,122,112); }
td.TdClassName
{
border-color: #AA7A70;
}
.TagClassName
{
border-color: #AA7A70;
}
</style>