Shades of Coral Tree #AA7372
Tints of Coral Tree #AA7372
RGB
CMYK
RGB Variations
Color information
#AA7372 (or 0xAA7372) is known color: Coral Tree. HEX triplet: AA, 73 and 72. RGB value is (170,115,114). Sum of RGB (Red+Green+Blue) = 170+115+114=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7372 is #558C8D. Grayscale: #838383. Windows color (decimal): -5606542 or 7500714. OLE color: 7500714.
HSL color Cylindrical-coordinate representation of color #AA7372: hue angle of 1.07º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA7372 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 114 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.33 |
| HSL | 1.07º | 0.25% | 0.56% | - |
| HSV(B) | 1.07º | 0.33% | 0.67% | - |
| XYZ | 25.75 | 22.02 | 18.81 | - |
| YUV | 131.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 114 | 0 | 0.32 | 0.33 | 0.33 | 1.07 | 0.25 | 0.56 |
| Hex | AA | 73 | 72 | 0 | 20 | 21 | 21 | 1 | 19 | 38 |
| Octal | 252 | 163 | 162 | 0 | 40 | 41 | 41 | 1 | 31 | 70 |
| Binary | 10101010 | 1110011 | 1110010 | 0 | 100000 | 100001 | 100001 | 1 | 11001 | 111000 |
Color Harmonies of #AA7372
Complementary color
Monochromatic Colors of #AA7372
Black with #AA7372
Text Example
Text Example
White with #AA7372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7372; }
p { color: rgb(170,115,114); }
H1.HeaderClassName
{
color: #AA7372;
}
.AnyTagClassName
{
color: #AA7372;
}
</style>
background-color css
<style>
a { background-color: #AA7372; }
a { background-color: rgb(170,115,114); }
div.DivClassName
{
background-color: #AA7372;
}
.BgClassName
{
background-color: #AA7372;
}
</style>
border-color css
<style>
span { border-color: #AA7372; }
span { border-color: rgb(170,115,114); }
td.TdClassName
{
border-color: #AA7372;
}
.TagClassName
{
border-color: #AA7372;
}
</style>