Shades of Coral Tree #A67171
Tints of Coral Tree #A67171
RGB
CMYK
RGB Variations
Color information
#A67171 (or 0xA67171) is known color: Coral Tree. HEX triplet: A6, 71 and 71. RGB value is (166,113,113). Sum of RGB (Red+Green+Blue) = 166+113+113=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A67171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67171 is #598E8E. Grayscale: #808080. Windows color (decimal): -5869199 or 7434662. OLE color: 7434662.
HSL color Cylindrical-coordinate representation of color #A67171: 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.32%. Process color model (Four color, CMYK) of #A67171 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 113 | 113 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.35 |
| HSL | 0º | 0.23% | 0.55% | - |
| HSV(B) | 0º | 0.32% | 0.65% | - |
| XYZ | 24.61 | 21.11 | 18.4 | - |
| YUV | 128.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 113 | 0 | 0.32 | 0.32 | 0.35 | 0 | 0.23 | 0.55 |
| Hex | A6 | 71 | 71 | 0 | 20 | 20 | 23 | 0 | 17 | 37 |
| Octal | 246 | 161 | 161 | 0 | 40 | 40 | 43 | 0 | 27 | 67 |
| Binary | 10100110 | 1110001 | 1110001 | 0 | 100000 | 100000 | 100011 | 0 | 10111 | 110111 |
Color Harmonies of #A67171
Complementary color
Monochromatic Colors of #A67171
Black with #A67171
Text Example
Text Example
White with #A67171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67171; }
p { color: rgb(166,113,113); }
H1.HeaderClassName
{
color: #A67171;
}
.AnyTagClassName
{
color: #A67171;
}
</style>
background-color css
<style>
a { background-color: #A67171; }
a { background-color: rgb(166,113,113); }
div.DivClassName
{
background-color: #A67171;
}
.BgClassName
{
background-color: #A67171;
}
</style>
border-color css
<style>
span { border-color: #A67171; }
span { border-color: rgb(166,113,113); }
td.TdClassName
{
border-color: #A67171;
}
.TagClassName
{
border-color: #A67171;
}
</style>