Shades of Coral Tree #AA6D6C
Tints of Coral Tree #AA6D6C
RGB
CMYK
RGB Variations
Color information
#AA6D6C (or 0xAA6D6C) is known color: Coral Tree. HEX triplet: AA, 6D and 6C. RGB value is (170,109,108). Sum of RGB (Red+Green+Blue) = 170+109+108=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D6C is #559293. Grayscale: #7F7F7F. Windows color (decimal): -5608084 or 7105962. OLE color: 7105962.
HSL color Cylindrical-coordinate representation of color #AA6D6C: hue angle of 0.97º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA6D6C is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 108 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.33 |
| HSL | 0.97º | 0.27% | 0.55% | - |
| HSV(B) | 0.97º | 0.36% | 0.67% | - |
| XYZ | 24.75 | 20.57 | 16.85 | - |
| YUV | 127.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 108 | 0 | 0.36 | 0.36 | 0.33 | 0.97 | 0.27 | 0.55 |
| Hex | AA | 6D | 6C | 0 | 24 | 24 | 21 | 1 | 1B | 37 |
| Octal | 252 | 155 | 154 | 0 | 44 | 44 | 41 | 1 | 33 | 67 |
| Binary | 10101010 | 1101101 | 1101100 | 0 | 100100 | 100100 | 100001 | 1 | 11011 | 110111 |
Color Harmonies of #AA6D6C
Complementary color
Monochromatic Colors of #AA6D6C
Black with #AA6D6C
Text Example
Text Example
White with #AA6D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D6C; }
p { color: rgb(170,109,108); }
H1.HeaderClassName
{
color: #AA6D6C;
}
.AnyTagClassName
{
color: #AA6D6C;
}
</style>
background-color css
<style>
a { background-color: #AA6D6C; }
a { background-color: rgb(170,109,108); }
div.DivClassName
{
background-color: #AA6D6C;
}
.BgClassName
{
background-color: #AA6D6C;
}
</style>
border-color css
<style>
span { border-color: #AA6D6C; }
span { border-color: rgb(170,109,108); }
td.TdClassName
{
border-color: #AA6D6C;
}
.TagClassName
{
border-color: #AA6D6C;
}
</style>