Shades of Coral Tree #A36762
Tints of Coral Tree #A36762
RGB
CMYK
RGB Variations
Color information
#A36762 (or 0xA36762) is known color: Coral Tree. HEX triplet: A3, 67 and 62. RGB value is (163,103,98). Sum of RGB (Red+Green+Blue) = 163+103+98=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A36762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36762 is #5C989D. Grayscale: #787878. Windows color (decimal): -6068382 or 6449059. OLE color: 6449059.
HSL color Cylindrical-coordinate representation of color #A36762: hue angle of 4.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A36762 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 103 | 98 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.36 |
| HSL | 4.62º | 0.26% | 0.51% | - |
| HSV(B) | 4.62º | 0.4% | 0.64% | - |
| XYZ | 22.16 | 18.37 | 13.93 | - |
| YUV | 120.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 98 | 0 | 0.37 | 0.40 | 0.36 | 4.62 | 0.26 | 0.51 |
| Hex | A3 | 67 | 62 | 0 | 25 | 28 | 24 | 5 | 1A | 33 |
| Octal | 243 | 147 | 142 | 0 | 45 | 50 | 44 | 5 | 32 | 63 |
| Binary | 10100011 | 1100111 | 1100010 | 0 | 100101 | 101000 | 100100 | 101 | 11010 | 110011 |
Color Harmonies of #A36762
Complementary color
Monochromatic Colors of #A36762
Black with #A36762
Text Example
Text Example
White with #A36762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36762; }
p { color: rgb(163,103,98); }
H1.HeaderClassName
{
color: #A36762;
}
.AnyTagClassName
{
color: #A36762;
}
</style>
background-color css
<style>
a { background-color: #A36762; }
a { background-color: rgb(163,103,98); }
div.DivClassName
{
background-color: #A36762;
}
.BgClassName
{
background-color: #A36762;
}
</style>
border-color css
<style>
span { border-color: #A36762; }
span { border-color: rgb(163,103,98); }
td.TdClassName
{
border-color: #A36762;
}
.TagClassName
{
border-color: #A36762;
}
</style>