Shades of Coral Tree #A76962
Tints of Coral Tree #A76962
RGB
CMYK
RGB Variations
Color information
#A76962 (or 0xA76962) is known color: Coral Tree. HEX triplet: A7, 69 and 62. RGB value is (167,105,98). Sum of RGB (Red+Green+Blue) = 167+105+98=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A76962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76962 is #58969D. Grayscale: #7A7A7A. Windows color (decimal): -5805726 or 6449575. OLE color: 6449575.
HSL color Cylindrical-coordinate representation of color #A76962: hue angle of 6.09º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A76962 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 105 | 98 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.35 |
| HSL | 6.09º | 0.28% | 0.52% | - |
| HSV(B) | 6.09º | 0.41% | 0.65% | - |
| XYZ | 23.19 | 19.2 | 14.04 | - |
| YUV | 122.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 105 | 98 | 0 | 0.37 | 0.41 | 0.35 | 6.09 | 0.28 | 0.52 |
| Hex | A7 | 69 | 62 | 0 | 25 | 29 | 23 | 6 | 1C | 34 |
| Octal | 247 | 151 | 142 | 0 | 45 | 51 | 43 | 6 | 34 | 64 |
| Binary | 10100111 | 1101001 | 1100010 | 0 | 100101 | 101001 | 100011 | 110 | 11100 | 110100 |
Color Harmonies of #A76962
Complementary color
Monochromatic Colors of #A76962
Black with #A76962
Text Example
Text Example
White with #A76962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76962; }
p { color: rgb(167,105,98); }
H1.HeaderClassName
{
color: #A76962;
}
.AnyTagClassName
{
color: #A76962;
}
</style>
background-color css
<style>
a { background-color: #A76962; }
a { background-color: rgb(167,105,98); }
div.DivClassName
{
background-color: #A76962;
}
.BgClassName
{
background-color: #A76962;
}
</style>
border-color css
<style>
span { border-color: #A76962; }
span { border-color: rgb(167,105,98); }
td.TdClassName
{
border-color: #A76962;
}
.TagClassName
{
border-color: #A76962;
}
</style>