Shades of Coral Tree #A67272
Tints of Coral Tree #A67272
RGB
CMYK
RGB Variations
Color information
#A67272 (or 0xA67272) is known color: Coral Tree. HEX triplet: A6, 72 and 72. RGB value is (166,114,114). Sum of RGB (Red+Green+Blue) = 166+114+114=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A67272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67272 is #598D8D. Grayscale: #818181. Windows color (decimal): -5868942 or 7500454. OLE color: 7500454.
HSL color Cylindrical-coordinate representation of color #A67272: hue angle of 0º degrees, saturation: 0.23, 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 #A67272 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 114 | 114 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.35 |
| HSL | 0º | 0.23% | 0.55% | - |
| HSV(B) | 0º | 0.31% | 0.65% | - |
| XYZ | 24.78 | 21.36 | 18.74 | - |
| YUV | 129.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 114 | 0 | 0.31 | 0.31 | 0.35 | 0 | 0.23 | 0.55 |
| Hex | A6 | 72 | 72 | 0 | 1F | 1F | 23 | 0 | 17 | 37 |
| Octal | 246 | 162 | 162 | 0 | 37 | 37 | 43 | 0 | 27 | 67 |
| Binary | 10100110 | 1110010 | 1110010 | 0 | 11111 | 11111 | 100011 | 0 | 10111 | 110111 |
Color Harmonies of #A67272
Complementary color
Monochromatic Colors of #A67272
Black with #A67272
Text Example
Text Example
White with #A67272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67272; }
p { color: rgb(166,114,114); }
H1.HeaderClassName
{
color: #A67272;
}
.AnyTagClassName
{
color: #A67272;
}
</style>
background-color css
<style>
a { background-color: #A67272; }
a { background-color: rgb(166,114,114); }
div.DivClassName
{
background-color: #A67272;
}
.BgClassName
{
background-color: #A67272;
}
</style>
border-color css
<style>
span { border-color: #A67272; }
span { border-color: rgb(166,114,114); }
td.TdClassName
{
border-color: #A67272;
}
.TagClassName
{
border-color: #A67272;
}
</style>