Shades of Coral Tree #A57266
Tints of Coral Tree #A57266
RGB
CMYK
RGB Variations
Color information
#A57266 (or 0xA57266) is known color: Coral Tree. HEX triplet: A5, 72 and 66. RGB value is (165,114,102). Sum of RGB (Red+Green+Blue) = 165+114+102=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A57266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57266 is #5A8D99. Grayscale: #7F7F7F. Windows color (decimal): -5934490 or 6714021. OLE color: 6714021.
HSL color Cylindrical-coordinate representation of color #A57266: hue angle of 11.43º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A57266 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 114 | 102 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.35 |
| HSL | 11.43º | 0.26% | 0.52% | - |
| HSV(B) | 11.43º | 0.38% | 0.65% | - |
| XYZ | 23.93 | 20.99 | 15.36 | - |
| YUV | 127.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 102 | 0 | 0.31 | 0.38 | 0.35 | 11.43 | 0.26 | 0.52 |
| Hex | A5 | 72 | 66 | 0 | 1F | 26 | 23 | B | 1A | 34 |
| Octal | 245 | 162 | 146 | 0 | 37 | 46 | 43 | 13 | 32 | 64 |
| Binary | 10100101 | 1110010 | 1100110 | 0 | 11111 | 100110 | 100011 | 1011 | 11010 | 110100 |
Color Harmonies of #A57266
Complementary color
Monochromatic Colors of #A57266
Black with #A57266
Text Example
Text Example
White with #A57266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57266; }
p { color: rgb(165,114,102); }
H1.HeaderClassName
{
color: #A57266;
}
.AnyTagClassName
{
color: #A57266;
}
</style>
background-color css
<style>
a { background-color: #A57266; }
a { background-color: rgb(165,114,102); }
div.DivClassName
{
background-color: #A57266;
}
.BgClassName
{
background-color: #A57266;
}
</style>
border-color css
<style>
span { border-color: #A57266; }
span { border-color: rgb(165,114,102); }
td.TdClassName
{
border-color: #A57266;
}
.TagClassName
{
border-color: #A57266;
}
</style>