Shades of Coral Tree #AA6A5E
Tints of Coral Tree #AA6A5E
RGB
CMYK
RGB Variations
Color information
#AA6A5E (or 0xAA6A5E) is known color: Coral Tree. HEX triplet: AA, 6A and 5E. RGB value is (170,106,94). Sum of RGB (Red+Green+Blue) = 170+106+94=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A5E is #5595A1. Grayscale: #7B7B7B. Windows color (decimal): -5608866 or 6187690. OLE color: 6187690.
HSL color Cylindrical-coordinate representation of color #AA6A5E: hue angle of 9.47º 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 #AA6A5E is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 94 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.33 |
| HSL | 9.47º | 0.31% | 0.52% | - |
| HSV(B) | 9.47º | 0.45% | 0.67% | - |
| XYZ | 23.75 | 19.66 | 13.13 | - |
| YUV | 123.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 94 | 0 | 0.38 | 0.45 | 0.33 | 9.47 | 0.31 | 0.52 |
| Hex | AA | 6A | 5E | 0 | 26 | 2D | 21 | 9 | 1F | 34 |
| Octal | 252 | 152 | 136 | 0 | 46 | 55 | 41 | 11 | 37 | 64 |
| Binary | 10101010 | 1101010 | 1011110 | 0 | 100110 | 101101 | 100001 | 1001 | 11111 | 110100 |
Color Harmonies of #AA6A5E
Complementary color
Monochromatic Colors of #AA6A5E
Black with #AA6A5E
Text Example
Text Example
White with #AA6A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A5E; }
p { color: rgb(170,106,94); }
H1.HeaderClassName
{
color: #AA6A5E;
}
.AnyTagClassName
{
color: #AA6A5E;
}
</style>
background-color css
<style>
a { background-color: #AA6A5E; }
a { background-color: rgb(170,106,94); }
div.DivClassName
{
background-color: #AA6A5E;
}
.BgClassName
{
background-color: #AA6A5E;
}
</style>
border-color css
<style>
span { border-color: #AA6A5E; }
span { border-color: rgb(170,106,94); }
td.TdClassName
{
border-color: #AA6A5E;
}
.TagClassName
{
border-color: #AA6A5E;
}
</style>