Shades of Coral Tree #A67268
Tints of Coral Tree #A67268
RGB
CMYK
RGB Variations
Color information
#A67268 (or 0xA67268) is known color: Coral Tree. HEX triplet: A6, 72 and 68. RGB value is (166,114,104). Sum of RGB (Red+Green+Blue) = 166+114+104=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A67268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67268 is #598D97. Grayscale: #808080. Windows color (decimal): -5868952 or 6845094. OLE color: 6845094.
HSL color Cylindrical-coordinate representation of color #A67268: hue angle of 9.68º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A67268 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 114 | 104 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.35 |
| HSL | 9.68º | 0.26% | 0.53% | - |
| HSV(B) | 9.68º | 0.37% | 0.65% | - |
| XYZ | 24.24 | 21.14 | 15.9 | - |
| YUV | 128.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 104 | 0 | 0.31 | 0.37 | 0.35 | 9.68 | 0.26 | 0.53 |
| Hex | A6 | 72 | 68 | 0 | 1F | 25 | 23 | A | 1A | 35 |
| Octal | 246 | 162 | 150 | 0 | 37 | 45 | 43 | 12 | 32 | 65 |
| Binary | 10100110 | 1110010 | 1101000 | 0 | 11111 | 100101 | 100011 | 1010 | 11010 | 110101 |
Color Harmonies of #A67268
Complementary color
Monochromatic Colors of #A67268
Black with #A67268
Text Example
Text Example
White with #A67268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67268; }
p { color: rgb(166,114,104); }
H1.HeaderClassName
{
color: #A67268;
}
.AnyTagClassName
{
color: #A67268;
}
</style>
background-color css
<style>
a { background-color: #A67268; }
a { background-color: rgb(166,114,104); }
div.DivClassName
{
background-color: #A67268;
}
.BgClassName
{
background-color: #A67268;
}
</style>
border-color css
<style>
span { border-color: #A67268; }
span { border-color: rgb(166,114,104); }
td.TdClassName
{
border-color: #A67268;
}
.TagClassName
{
border-color: #A67268;
}
</style>