Shades of Coral Tree #AA685F
Tints of Coral Tree #AA685F
RGB
CMYK
RGB Variations
Color information
#AA685F (or 0xAA685F) is known color: Coral Tree. HEX triplet: AA, 68 and 5F. RGB value is (170,104,95). Sum of RGB (Red+Green+Blue) = 170+104+95=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA685F is #5597A0. Grayscale: #7A7A7A. Windows color (decimal): -5609377 or 6252714. OLE color: 6252714.
HSL color Cylindrical-coordinate representation of color #AA685F: hue angle of 7.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA685F is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 95 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.33 |
| HSL | 7.2º | 0.31% | 0.52% | - |
| HSV(B) | 7.2º | 0.44% | 0.67% | - |
| XYZ | 23.59 | 19.27 | 13.3 | - |
| YUV | 122.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 95 | 0 | 0.39 | 0.44 | 0.33 | 7.2 | 0.31 | 0.52 |
| Hex | AA | 68 | 5F | 0 | 27 | 2C | 21 | 7 | 1F | 34 |
| Octal | 252 | 150 | 137 | 0 | 47 | 54 | 41 | 7 | 37 | 64 |
| Binary | 10101010 | 1101000 | 1011111 | 0 | 100111 | 101100 | 100001 | 111 | 11111 | 110100 |
Color Harmonies of #AA685F
Complementary color
Monochromatic Colors of #AA685F
Black with #AA685F
Text Example
Text Example
White with #AA685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA685F; }
p { color: rgb(170,104,95); }
H1.HeaderClassName
{
color: #AA685F;
}
.AnyTagClassName
{
color: #AA685F;
}
</style>
background-color css
<style>
a { background-color: #AA685F; }
a { background-color: rgb(170,104,95); }
div.DivClassName
{
background-color: #AA685F;
}
.BgClassName
{
background-color: #AA685F;
}
</style>
border-color css
<style>
span { border-color: #AA685F; }
span { border-color: rgb(170,104,95); }
td.TdClassName
{
border-color: #AA685F;
}
.TagClassName
{
border-color: #AA685F;
}
</style>