Shades of Coral Tree #AA7067
Tints of Coral Tree #AA7067
RGB
CMYK
RGB Variations
Color information
#AA7067 (or 0xAA7067) is known color: Coral Tree. HEX triplet: AA, 70 and 67. RGB value is (170,112,103). Sum of RGB (Red+Green+Blue) = 170+112+103=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7067 is #558F98. Grayscale: #808080. Windows color (decimal): -5607321 or 6779050. OLE color: 6779050.
HSL color Cylindrical-coordinate representation of color #AA7067: hue angle of 8.06º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA7067 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 103 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.33 |
| HSL | 8.06º | 0.28% | 0.54% | - |
| HSV(B) | 8.06º | 0.39% | 0.67% | - |
| XYZ | 24.82 | 21.11 | 15.6 | - |
| YUV | 128.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 103 | 0 | 0.34 | 0.39 | 0.33 | 8.06 | 0.28 | 0.54 |
| Hex | AA | 70 | 67 | 0 | 22 | 27 | 21 | 8 | 1C | 36 |
| Octal | 252 | 160 | 147 | 0 | 42 | 47 | 41 | 10 | 34 | 66 |
| Binary | 10101010 | 1110000 | 1100111 | 0 | 100010 | 100111 | 100001 | 1000 | 11100 | 110110 |
Color Harmonies of #AA7067
Complementary color
Monochromatic Colors of #AA7067
Black with #AA7067
Text Example
Text Example
White with #AA7067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7067; }
p { color: rgb(170,112,103); }
H1.HeaderClassName
{
color: #AA7067;
}
.AnyTagClassName
{
color: #AA7067;
}
</style>
background-color css
<style>
a { background-color: #AA7067; }
a { background-color: rgb(170,112,103); }
div.DivClassName
{
background-color: #AA7067;
}
.BgClassName
{
background-color: #AA7067;
}
</style>
border-color css
<style>
span { border-color: #AA7067; }
span { border-color: rgb(170,112,103); }
td.TdClassName
{
border-color: #AA7067;
}
.TagClassName
{
border-color: #AA7067;
}
</style>