Shades of Coral Tree #AA655C
Tints of Coral Tree #AA655C
RGB
CMYK
RGB Variations
Color information
#AA655C (or 0xAA655C) is known color: Coral Tree. HEX triplet: AA, 65 and 5C. RGB value is (170,101,92). Sum of RGB (Red+Green+Blue) = 170+101+92=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA655C is #559AA3. Grayscale: #787878. Windows color (decimal): -5610148 or 6055338. OLE color: 6055338.
HSL color Cylindrical-coordinate representation of color #AA655C: hue angle of 6.92º 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 #AA655C is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 92 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.33 |
| HSL | 6.92º | 0.31% | 0.51% | - |
| HSV(B) | 6.92º | 0.46% | 0.67% | - |
| XYZ | 23.16 | 18.63 | 12.5 | - |
| YUV | 120.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 92 | 0 | 0.41 | 0.46 | 0.33 | 6.92 | 0.31 | 0.51 |
| Hex | AA | 65 | 5C | 0 | 29 | 2E | 21 | 7 | 1F | 33 |
| Octal | 252 | 145 | 134 | 0 | 51 | 56 | 41 | 7 | 37 | 63 |
| Binary | 10101010 | 1100101 | 1011100 | 0 | 101001 | 101110 | 100001 | 111 | 11111 | 110011 |
Color Harmonies of #AA655C
Complementary color
Monochromatic Colors of #AA655C
Black with #AA655C
Text Example
Text Example
White with #AA655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA655C; }
p { color: rgb(170,101,92); }
H1.HeaderClassName
{
color: #AA655C;
}
.AnyTagClassName
{
color: #AA655C;
}
</style>
background-color css
<style>
a { background-color: #AA655C; }
a { background-color: rgb(170,101,92); }
div.DivClassName
{
background-color: #AA655C;
}
.BgClassName
{
background-color: #AA655C;
}
</style>
border-color css
<style>
span { border-color: #AA655C; }
span { border-color: rgb(170,101,92); }
td.TdClassName
{
border-color: #AA655C;
}
.TagClassName
{
border-color: #AA655C;
}
</style>