Shades of Coral Tree #A67367
Tints of Coral Tree #A67367
RGB
CMYK
RGB Variations
Color information
#A67367 (or 0xA67367) is known color: Coral Tree. HEX triplet: A6, 73 and 67. RGB value is (166,115,103). Sum of RGB (Red+Green+Blue) = 166+115+103=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A67367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67367 is #598C98. Grayscale: #808080. Windows color (decimal): -5868697 or 6779814. OLE color: 6779814.
HSL color Cylindrical-coordinate representation of color #A67367: hue angle of 11.43º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A67367 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 103 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.35 |
| HSL | 11.43º | 0.26% | 0.53% | - |
| HSV(B) | 11.43º | 0.38% | 0.65% | - |
| XYZ | 24.3 | 21.35 | 15.67 | - |
| YUV | 128.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 103 | 0 | 0.31 | 0.38 | 0.35 | 11.43 | 0.26 | 0.53 |
| Hex | A6 | 73 | 67 | 0 | 1F | 26 | 23 | B | 1A | 35 |
| Octal | 246 | 163 | 147 | 0 | 37 | 46 | 43 | 13 | 32 | 65 |
| Binary | 10100110 | 1110011 | 1100111 | 0 | 11111 | 100110 | 100011 | 1011 | 11010 | 110101 |
Color Harmonies of #A67367
Complementary color
Monochromatic Colors of #A67367
Black with #A67367
Text Example
Text Example
White with #A67367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67367; }
p { color: rgb(166,115,103); }
H1.HeaderClassName
{
color: #A67367;
}
.AnyTagClassName
{
color: #A67367;
}
</style>
background-color css
<style>
a { background-color: #A67367; }
a { background-color: rgb(166,115,103); }
div.DivClassName
{
background-color: #A67367;
}
.BgClassName
{
background-color: #A67367;
}
</style>
border-color css
<style>
span { border-color: #A67367; }
span { border-color: rgb(166,115,103); }
td.TdClassName
{
border-color: #A67367;
}
.TagClassName
{
border-color: #A67367;
}
</style>