Shades of Coral Tree #A57672
Tints of Coral Tree #A57672
RGB
CMYK
RGB Variations
Color information
#A57672 (or 0xA57672) is known color: Coral Tree. HEX triplet: A5, 76 and 72. RGB value is (165,118,114). Sum of RGB (Red+Green+Blue) = 165+118+114=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A57672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57672 is #5A898D. Grayscale: #838383. Windows color (decimal): -5933454 or 7501477. OLE color: 7501477.
HSL color Cylindrical-coordinate representation of color #A57672: hue angle of 4.71º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A57672 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 118 | 114 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.35 |
| HSL | 4.71º | 0.22% | 0.55% | - |
| HSV(B) | 4.71º | 0.31% | 0.65% | - |
| XYZ | 25.03 | 22.17 | 18.88 | - |
| YUV | 131.6 | 118.07 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 114 | 0 | 0.28 | 0.31 | 0.35 | 4.71 | 0.22 | 0.55 |
| Hex | A5 | 76 | 72 | 0 | 1C | 1F | 23 | 5 | 16 | 37 |
| Octal | 245 | 166 | 162 | 0 | 34 | 37 | 43 | 5 | 26 | 67 |
| Binary | 10100101 | 1110110 | 1110010 | 0 | 11100 | 11111 | 100011 | 101 | 10110 | 110111 |
Color Harmonies of #A57672
Complementary color
Monochromatic Colors of #A57672
Black with #A57672
Text Example
Text Example
White with #A57672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57672; }
p { color: rgb(165,118,114); }
H1.HeaderClassName
{
color: #A57672;
}
.AnyTagClassName
{
color: #A57672;
}
</style>
background-color css
<style>
a { background-color: #A57672; }
a { background-color: rgb(165,118,114); }
div.DivClassName
{
background-color: #A57672;
}
.BgClassName
{
background-color: #A57672;
}
</style>
border-color css
<style>
span { border-color: #A57672; }
span { border-color: rgb(165,118,114); }
td.TdClassName
{
border-color: #A57672;
}
.TagClassName
{
border-color: #A57672;
}
</style>