Shades of Coral Tree #AA6762
Tints of Coral Tree #AA6762
RGB
CMYK
RGB Variations
Color information
#AA6762 (or 0xAA6762) is known color: Coral Tree. HEX triplet: AA, 67 and 62. RGB value is (170,103,98). Sum of RGB (Red+Green+Blue) = 170+103+98=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6762 is #55989D. Grayscale: #7A7A7A. Windows color (decimal): -5609630 or 6449066. OLE color: 6449066.
HSL color Cylindrical-coordinate representation of color #AA6762: hue angle of 4.17º 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 #AA6762 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 98 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.33 |
| HSL | 4.17º | 0.3% | 0.53% | - |
| HSV(B) | 4.17º | 0.42% | 0.67% | - |
| XYZ | 23.63 | 19.13 | 14 | - |
| YUV | 122.46 | 114.2 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 98 | 0 | 0.39 | 0.42 | 0.33 | 4.17 | 0.3 | 0.53 |
| Hex | AA | 67 | 62 | 0 | 27 | 2A | 21 | 4 | 1E | 35 |
| Octal | 252 | 147 | 142 | 0 | 47 | 52 | 41 | 4 | 36 | 65 |
| Binary | 10101010 | 1100111 | 1100010 | 0 | 100111 | 101010 | 100001 | 100 | 11110 | 110101 |
Color Harmonies of #AA6762
Complementary color
Monochromatic Colors of #AA6762
Black with #AA6762
Text Example
Text Example
White with #AA6762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6762; }
p { color: rgb(170,103,98); }
H1.HeaderClassName
{
color: #AA6762;
}
.AnyTagClassName
{
color: #AA6762;
}
</style>
background-color css
<style>
a { background-color: #AA6762; }
a { background-color: rgb(170,103,98); }
div.DivClassName
{
background-color: #AA6762;
}
.BgClassName
{
background-color: #AA6762;
}
</style>
border-color css
<style>
span { border-color: #AA6762; }
span { border-color: rgb(170,103,98); }
td.TdClassName
{
border-color: #AA6762;
}
.TagClassName
{
border-color: #AA6762;
}
</style>