Shades of Coral Tree #A27268
Tints of Coral Tree #A27268
RGB
CMYK
RGB Variations
Color information
#A27268 (or 0xA27268) is known color: Coral Tree. HEX triplet: A2, 72 and 68. RGB value is (162,114,104). Sum of RGB (Red+Green+Blue) = 162+114+104=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A27268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27268 is #5D8D97. Grayscale: #7F7F7F. Windows color (decimal): -6131096 or 6845090. OLE color: 6845090.
HSL color Cylindrical-coordinate representation of color #A27268: hue angle of 10.34º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A27268 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 114 | 104 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.36 |
| HSL | 10.34º | 0.24% | 0.52% | - |
| HSV(B) | 10.34º | 0.36% | 0.64% | - |
| XYZ | 23.42 | 20.72 | 15.86 | - |
| YUV | 127.21 | 114.9 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 104 | 0 | 0.30 | 0.36 | 0.36 | 10.34 | 0.24 | 0.52 |
| Hex | A2 | 72 | 68 | 0 | 1E | 24 | 24 | A | 18 | 34 |
| Octal | 242 | 162 | 150 | 0 | 36 | 44 | 44 | 12 | 30 | 64 |
| Binary | 10100010 | 1110010 | 1101000 | 0 | 11110 | 100100 | 100100 | 1010 | 11000 | 110100 |
Color Harmonies of #A27268
Complementary color
Monochromatic Colors of #A27268
Black with #A27268
Text Example
Text Example
White with #A27268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27268; }
p { color: rgb(162,114,104); }
H1.HeaderClassName
{
color: #A27268;
}
.AnyTagClassName
{
color: #A27268;
}
</style>
background-color css
<style>
a { background-color: #A27268; }
a { background-color: rgb(162,114,104); }
div.DivClassName
{
background-color: #A27268;
}
.BgClassName
{
background-color: #A27268;
}
</style>
border-color css
<style>
span { border-color: #A27268; }
span { border-color: rgb(162,114,104); }
td.TdClassName
{
border-color: #A27268;
}
.TagClassName
{
border-color: #A27268;
}
</style>