Shades of Coral Tree #AA7675
Tints of Coral Tree #AA7675
RGB
CMYK
RGB Variations
Color information
#AA7675 (or 0xAA7675) is known color: Coral Tree. HEX triplet: AA, 76 and 75. RGB value is (170,118,117). Sum of RGB (Red+Green+Blue) = 170+118+117=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7675 is #55898A. Grayscale: #858585. Windows color (decimal): -5605771 or 7698090. OLE color: 7698090.
HSL color Cylindrical-coordinate representation of color #AA7675: hue angle of 1.13º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7675 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 117 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.33 |
| HSL | 1.13º | 0.24% | 0.56% | - |
| HSV(B) | 1.13º | 0.31% | 0.67% | - |
| XYZ | 26.27 | 22.79 | 19.84 | - |
| YUV | 133.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 117 | 0 | 0.31 | 0.31 | 0.33 | 1.13 | 0.24 | 0.56 |
| Hex | AA | 76 | 75 | 0 | 1F | 1F | 21 | 1 | 18 | 38 |
| Octal | 252 | 166 | 165 | 0 | 37 | 37 | 41 | 1 | 30 | 70 |
| Binary | 10101010 | 1110110 | 1110101 | 0 | 11111 | 11111 | 100001 | 1 | 11000 | 111000 |
Color Harmonies of #AA7675
Complementary color
Monochromatic Colors of #AA7675
Black with #AA7675
Text Example
Text Example
White with #AA7675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7675; }
p { color: rgb(170,118,117); }
H1.HeaderClassName
{
color: #AA7675;
}
.AnyTagClassName
{
color: #AA7675;
}
</style>
background-color css
<style>
a { background-color: #AA7675; }
a { background-color: rgb(170,118,117); }
div.DivClassName
{
background-color: #AA7675;
}
.BgClassName
{
background-color: #AA7675;
}
</style>
border-color css
<style>
span { border-color: #AA7675; }
span { border-color: rgb(170,118,117); }
td.TdClassName
{
border-color: #AA7675;
}
.TagClassName
{
border-color: #AA7675;
}
</style>