Shades of Coral Tree #AA756F
Tints of Coral Tree #AA756F
RGB
CMYK
RGB Variations
Color information
#AA756F (or 0xAA756F) is known color: Coral Tree. HEX triplet: AA, 75 and 6F. RGB value is (170,117,111). Sum of RGB (Red+Green+Blue) = 170+117+111=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA756F is #558A90. Grayscale: #848484. Windows color (decimal): -5606033 or 7304618. OLE color: 7304618.
HSL color Cylindrical-coordinate representation of color #AA756F: hue angle of 6.1º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA756F is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 111 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.33 |
| HSL | 6.1º | 0.26% | 0.55% | - |
| HSV(B) | 6.1º | 0.35% | 0.67% | - |
| XYZ | 25.81 | 22.42 | 18.01 | - |
| YUV | 132.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 111 | 0 | 0.31 | 0.35 | 0.33 | 6.1 | 0.26 | 0.55 |
| Hex | AA | 75 | 6F | 0 | 1F | 23 | 21 | 6 | 1A | 37 |
| Octal | 252 | 165 | 157 | 0 | 37 | 43 | 41 | 6 | 32 | 67 |
| Binary | 10101010 | 1110101 | 1101111 | 0 | 11111 | 100011 | 100001 | 110 | 11010 | 110111 |
Color Harmonies of #AA756F
Complementary color
Monochromatic Colors of #AA756F
Black with #AA756F
Text Example
Text Example
White with #AA756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA756F; }
p { color: rgb(170,117,111); }
H1.HeaderClassName
{
color: #AA756F;
}
.AnyTagClassName
{
color: #AA756F;
}
</style>
background-color css
<style>
a { background-color: #AA756F; }
a { background-color: rgb(170,117,111); }
div.DivClassName
{
background-color: #AA756F;
}
.BgClassName
{
background-color: #AA756F;
}
</style>
border-color css
<style>
span { border-color: #AA756F; }
span { border-color: rgb(170,117,111); }
td.TdClassName
{
border-color: #AA756F;
}
.TagClassName
{
border-color: #AA756F;
}
</style>