Shades of Coral Tree #AA685D
Tints of Coral Tree #AA685D
RGB
CMYK
RGB Variations
Color information
#AA685D (or 0xAA685D) is known color: Coral Tree. HEX triplet: AA, 68 and 5D. RGB value is (170,104,93). Sum of RGB (Red+Green+Blue) = 170+104+93=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA685D is #5597A2. Grayscale: #7A7A7A. Windows color (decimal): -5609379 or 6121642. OLE color: 6121642.
HSL color Cylindrical-coordinate representation of color #AA685D: hue angle of 8.57º 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 #AA685D is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 93 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.33 |
| HSL | 8.57º | 0.31% | 0.52% | - |
| HSV(B) | 8.57º | 0.45% | 0.67% | - |
| XYZ | 23.5 | 19.24 | 12.83 | - |
| YUV | 122.48 | 111.37 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 93 | 0 | 0.39 | 0.45 | 0.33 | 8.57 | 0.31 | 0.52 |
| Hex | AA | 68 | 5D | 0 | 27 | 2D | 21 | 9 | 1F | 34 |
| Octal | 252 | 150 | 135 | 0 | 47 | 55 | 41 | 11 | 37 | 64 |
| Binary | 10101010 | 1101000 | 1011101 | 0 | 100111 | 101101 | 100001 | 1001 | 11111 | 110100 |
Color Harmonies of #AA685D
Complementary color
Monochromatic Colors of #AA685D
Black with #AA685D
Text Example
Text Example
White with #AA685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA685D; }
p { color: rgb(170,104,93); }
H1.HeaderClassName
{
color: #AA685D;
}
.AnyTagClassName
{
color: #AA685D;
}
</style>
background-color css
<style>
a { background-color: #AA685D; }
a { background-color: rgb(170,104,93); }
div.DivClassName
{
background-color: #AA685D;
}
.BgClassName
{
background-color: #AA685D;
}
</style>
border-color css
<style>
span { border-color: #AA685D; }
span { border-color: rgb(170,104,93); }
td.TdClassName
{
border-color: #AA685D;
}
.TagClassName
{
border-color: #AA685D;
}
</style>