Shades of Coral Tree #AA665C
Tints of Coral Tree #AA665C
RGB
CMYK
RGB Variations
Color information
#AA665C (or 0xAA665C) is known color: Coral Tree. HEX triplet: AA, 66 and 5C. RGB value is (170,102,92). Sum of RGB (Red+Green+Blue) = 170+102+92=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA665C is #5599A3. Grayscale: #797979. Windows color (decimal): -5609892 or 6055594. OLE color: 6055594.
HSL color Cylindrical-coordinate representation of color #AA665C: hue angle of 7.69º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA665C is Cyan = 0, Magento = 0.4, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 92 | - |
| CMYK | 0 | 0.4 | 0.46 | 0.33 |
| HSL | 7.69º | 0.31% | 0.51% | - |
| HSV(B) | 7.69º | 0.46% | 0.67% | - |
| XYZ | 23.26 | 18.82 | 12.53 | - |
| YUV | 121.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 92 | 0 | 0.4 | 0.46 | 0.33 | 7.69 | 0.31 | 0.51 |
| Hex | AA | 66 | 5C | 0 | 28 | 2E | 21 | 8 | 1F | 33 |
| Octal | 252 | 146 | 134 | 0 | 50 | 56 | 41 | 10 | 37 | 63 |
| Binary | 10101010 | 1100110 | 1011100 | 0 | 101000 | 101110 | 100001 | 1000 | 11111 | 110011 |
Color Harmonies of #AA665C
Complementary color
Monochromatic Colors of #AA665C
Black with #AA665C
Text Example
Text Example
White with #AA665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA665C; }
p { color: rgb(170,102,92); }
H1.HeaderClassName
{
color: #AA665C;
}
.AnyTagClassName
{
color: #AA665C;
}
</style>
background-color css
<style>
a { background-color: #AA665C; }
a { background-color: rgb(170,102,92); }
div.DivClassName
{
background-color: #AA665C;
}
.BgClassName
{
background-color: #AA665C;
}
</style>
border-color css
<style>
span { border-color: #AA665C; }
span { border-color: rgb(170,102,92); }
td.TdClassName
{
border-color: #AA665C;
}
.TagClassName
{
border-color: #AA665C;
}
</style>