Shades of Coral Tree #A56C67
Tints of Coral Tree #A56C67
RGB
CMYK
RGB Variations
Color information
#A56C67 (or 0xA56C67) is known color: Coral Tree. HEX triplet: A5, 6C and 67. RGB value is (165,108,103). Sum of RGB (Red+Green+Blue) = 165+108+103=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56C67 is #5A9398. Grayscale: #7C7C7C. Windows color (decimal): -5936025 or 6778021. OLE color: 6778021.
HSL color Cylindrical-coordinate representation of color #A56C67: hue angle of 4.84º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A56C67 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 108 | 103 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.35 |
| HSL | 4.84º | 0.26% | 0.53% | - |
| HSV(B) | 4.84º | 0.38% | 0.65% | - |
| XYZ | 23.33 | 19.7 | 15.41 | - |
| YUV | 124.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 103 | 0 | 0.35 | 0.38 | 0.35 | 4.84 | 0.26 | 0.53 |
| Hex | A5 | 6C | 67 | 0 | 23 | 26 | 23 | 5 | 1A | 35 |
| Octal | 245 | 154 | 147 | 0 | 43 | 46 | 43 | 5 | 32 | 65 |
| Binary | 10100101 | 1101100 | 1100111 | 0 | 100011 | 100110 | 100011 | 101 | 11010 | 110101 |
Color Harmonies of #A56C67
Complementary color
Monochromatic Colors of #A56C67
Black with #A56C67
Text Example
Text Example
White with #A56C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56C67; }
p { color: rgb(165,108,103); }
H1.HeaderClassName
{
color: #A56C67;
}
.AnyTagClassName
{
color: #A56C67;
}
</style>
background-color css
<style>
a { background-color: #A56C67; }
a { background-color: rgb(165,108,103); }
div.DivClassName
{
background-color: #A56C67;
}
.BgClassName
{
background-color: #A56C67;
}
</style>
border-color css
<style>
span { border-color: #A56C67; }
span { border-color: rgb(165,108,103); }
td.TdClassName
{
border-color: #A56C67;
}
.TagClassName
{
border-color: #A56C67;
}
</style>