Shades of Coral Tree #AA6B62
Tints of Coral Tree #AA6B62
RGB
CMYK
RGB Variations
Color information
#AA6B62 (or 0xAA6B62) is known color: Coral Tree. HEX triplet: AA, 6B and 62. RGB value is (170,107,98). Sum of RGB (Red+Green+Blue) = 170+107+98=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B62 is #55949D. Grayscale: #7C7C7C. Windows color (decimal): -5608606 or 6450090. OLE color: 6450090.
HSL color Cylindrical-coordinate representation of color #AA6B62: hue angle of 7.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6B62 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 98 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.33 |
| HSL | 7.5º | 0.3% | 0.53% | - |
| HSV(B) | 7.5º | 0.42% | 0.67% | - |
| XYZ | 24.04 | 19.94 | 14.14 | - |
| YUV | 124.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 98 | 0 | 0.37 | 0.42 | 0.33 | 7.5 | 0.3 | 0.53 |
| Hex | AA | 6B | 62 | 0 | 25 | 2A | 21 | 8 | 1E | 35 |
| Octal | 252 | 153 | 142 | 0 | 45 | 52 | 41 | 10 | 36 | 65 |
| Binary | 10101010 | 1101011 | 1100010 | 0 | 100101 | 101010 | 100001 | 1000 | 11110 | 110101 |
Color Harmonies of #AA6B62
Complementary color
Monochromatic Colors of #AA6B62
Black with #AA6B62
Text Example
Text Example
White with #AA6B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B62; }
p { color: rgb(170,107,98); }
H1.HeaderClassName
{
color: #AA6B62;
}
.AnyTagClassName
{
color: #AA6B62;
}
</style>
background-color css
<style>
a { background-color: #AA6B62; }
a { background-color: rgb(170,107,98); }
div.DivClassName
{
background-color: #AA6B62;
}
.BgClassName
{
background-color: #AA6B62;
}
</style>
border-color css
<style>
span { border-color: #AA6B62; }
span { border-color: rgb(170,107,98); }
td.TdClassName
{
border-color: #AA6B62;
}
.TagClassName
{
border-color: #AA6B62;
}
</style>