Shades of Coral Tree #AA665D
Tints of Coral Tree #AA665D
RGB
CMYK
RGB Variations
Color information
#AA665D (or 0xAA665D) is known color: Coral Tree. HEX triplet: AA, 66 and 5D. RGB value is (170,102,93). Sum of RGB (Red+Green+Blue) = 170+102+93=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA665D is #5599A2. Grayscale: #797979. Windows color (decimal): -5609891 or 6121130. OLE color: 6121130.
HSL color Cylindrical-coordinate representation of color #AA665D: hue angle of 7.01º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA665D is Cyan = 0, Magento = 0.4, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 93 | - |
| CMYK | 0 | 0.4 | 0.45 | 0.33 |
| HSL | 7.01º | 0.31% | 0.52% | - |
| HSV(B) | 7.01º | 0.45% | 0.67% | - |
| XYZ | 23.3 | 18.84 | 12.76 | - |
| YUV | 121.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 93 | 0 | 0.4 | 0.45 | 0.33 | 7.01 | 0.31 | 0.52 |
| Hex | AA | 66 | 5D | 0 | 28 | 2D | 21 | 7 | 1F | 34 |
| Octal | 252 | 146 | 135 | 0 | 50 | 55 | 41 | 7 | 37 | 64 |
| Binary | 10101010 | 1100110 | 1011101 | 0 | 101000 | 101101 | 100001 | 111 | 11111 | 110100 |
Color Harmonies of #AA665D
Complementary color
Monochromatic Colors of #AA665D
Black with #AA665D
Text Example
Text Example
White with #AA665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA665D; }
p { color: rgb(170,102,93); }
H1.HeaderClassName
{
color: #AA665D;
}
.AnyTagClassName
{
color: #AA665D;
}
</style>
background-color css
<style>
a { background-color: #AA665D; }
a { background-color: rgb(170,102,93); }
div.DivClassName
{
background-color: #AA665D;
}
.BgClassName
{
background-color: #AA665D;
}
</style>
border-color css
<style>
span { border-color: #AA665D; }
span { border-color: rgb(170,102,93); }
td.TdClassName
{
border-color: #AA665D;
}
.TagClassName
{
border-color: #AA665D;
}
</style>