Shades of Coral Tree #AA7367
Tints of Coral Tree #AA7367
RGB
CMYK
RGB Variations
Color information
#AA7367 (or 0xAA7367) is known color: Coral Tree. HEX triplet: AA, 73 and 67. RGB value is (170,115,103). Sum of RGB (Red+Green+Blue) = 170+115+103=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7367 is #558C98. Grayscale: #828282. Windows color (decimal): -5606553 or 6779818. OLE color: 6779818.
HSL color Cylindrical-coordinate representation of color #AA7367: hue angle of 10.75º 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 #AA7367 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 103 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.33 |
| HSL | 10.75º | 0.28% | 0.54% | - |
| HSV(B) | 10.75º | 0.39% | 0.67% | - |
| XYZ | 25.16 | 21.79 | 15.71 | - |
| YUV | 130.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 103 | 0 | 0.32 | 0.39 | 0.33 | 10.75 | 0.28 | 0.54 |
| Hex | AA | 73 | 67 | 0 | 20 | 27 | 21 | B | 1C | 36 |
| Octal | 252 | 163 | 147 | 0 | 40 | 47 | 41 | 13 | 34 | 66 |
| Binary | 10101010 | 1110011 | 1100111 | 0 | 100000 | 100111 | 100001 | 1011 | 11100 | 110110 |
Color Harmonies of #AA7367
Complementary color
Monochromatic Colors of #AA7367
Black with #AA7367
Text Example
Text Example
White with #AA7367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7367; }
p { color: rgb(170,115,103); }
H1.HeaderClassName
{
color: #AA7367;
}
.AnyTagClassName
{
color: #AA7367;
}
</style>
background-color css
<style>
a { background-color: #AA7367; }
a { background-color: rgb(170,115,103); }
div.DivClassName
{
background-color: #AA7367;
}
.BgClassName
{
background-color: #AA7367;
}
</style>
border-color css
<style>
span { border-color: #AA7367; }
span { border-color: rgb(170,115,103); }
td.TdClassName
{
border-color: #AA7367;
}
.TagClassName
{
border-color: #AA7367;
}
</style>