Shades of Coral Tree #A5776C
Tints of Coral Tree #A5776C
RGB
CMYK
RGB Variations
Color information
#A5776C (or 0xA5776C) is known color: Coral Tree. HEX triplet: A5, 77 and 6C. RGB value is (165,119,108). Sum of RGB (Red+Green+Blue) = 165+119+108=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5776C is #5A8893. Grayscale: #838383. Windows color (decimal): -5933204 or 7108517. OLE color: 7108517.
HSL color Cylindrical-coordinate representation of color #A5776C: hue angle of 11.58º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5776C is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 119 | 108 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.35 |
| HSL | 11.58º | 0.24% | 0.54% | - |
| HSV(B) | 11.58º | 0.35% | 0.65% | - |
| XYZ | 24.82 | 22.28 | 17.18 | - |
| YUV | 131.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 108 | 0 | 0.28 | 0.35 | 0.35 | 11.58 | 0.24 | 0.54 |
| Hex | A5 | 77 | 6C | 0 | 1C | 23 | 23 | C | 18 | 36 |
| Octal | 245 | 167 | 154 | 0 | 34 | 43 | 43 | 14 | 30 | 66 |
| Binary | 10100101 | 1110111 | 1101100 | 0 | 11100 | 100011 | 100011 | 1100 | 11000 | 110110 |
Color Harmonies of #A5776C
Complementary color
Monochromatic Colors of #A5776C
Black with #A5776C
Text Example
Text Example
White with #A5776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5776C; }
p { color: rgb(165,119,108); }
H1.HeaderClassName
{
color: #A5776C;
}
.AnyTagClassName
{
color: #A5776C;
}
</style>
background-color css
<style>
a { background-color: #A5776C; }
a { background-color: rgb(165,119,108); }
div.DivClassName
{
background-color: #A5776C;
}
.BgClassName
{
background-color: #A5776C;
}
</style>
border-color css
<style>
span { border-color: #A5776C; }
span { border-color: rgb(165,119,108); }
td.TdClassName
{
border-color: #A5776C;
}
.TagClassName
{
border-color: #A5776C;
}
</style>