Shades of Coral Tree #A5726E
Tints of Coral Tree #A5726E
RGB
CMYK
RGB Variations
Color information
#A5726E (or 0xA5726E) is known color: Coral Tree. HEX triplet: A5, 72 and 6E. RGB value is (165,114,110). Sum of RGB (Red+Green+Blue) = 165+114+110=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5726E is #5A8D91. Grayscale: #808080. Windows color (decimal): -5934482 or 7238309. OLE color: 7238309.
HSL color Cylindrical-coordinate representation of color #A5726E: hue angle of 4.36º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5726E is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 114 | 110 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.35 |
| HSL | 4.36º | 0.23% | 0.54% | - |
| HSV(B) | 4.36º | 0.33% | 0.65% | - |
| XYZ | 24.35 | 21.16 | 17.55 | - |
| YUV | 128.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 110 | 0 | 0.31 | 0.33 | 0.35 | 4.36 | 0.23 | 0.54 |
| Hex | A5 | 72 | 6E | 0 | 1F | 21 | 23 | 4 | 17 | 36 |
| Octal | 245 | 162 | 156 | 0 | 37 | 41 | 43 | 4 | 27 | 66 |
| Binary | 10100101 | 1110010 | 1101110 | 0 | 11111 | 100001 | 100011 | 100 | 10111 | 110110 |
Color Harmonies of #A5726E
Complementary color
Monochromatic Colors of #A5726E
Black with #A5726E
Text Example
Text Example
White with #A5726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5726E; }
p { color: rgb(165,114,110); }
H1.HeaderClassName
{
color: #A5726E;
}
.AnyTagClassName
{
color: #A5726E;
}
</style>
background-color css
<style>
a { background-color: #A5726E; }
a { background-color: rgb(165,114,110); }
div.DivClassName
{
background-color: #A5726E;
}
.BgClassName
{
background-color: #A5726E;
}
</style>
border-color css
<style>
span { border-color: #A5726E; }
span { border-color: rgb(165,114,110); }
td.TdClassName
{
border-color: #A5726E;
}
.TagClassName
{
border-color: #A5726E;
}
</style>