Shades of Coral Tree #A76867
Tints of Coral Tree #A76867
RGB
CMYK
RGB Variations
Color information
#A76867 (or 0xA76867) is known color: Coral Tree. HEX triplet: A7, 68 and 67. RGB value is (167,104,103). Sum of RGB (Red+Green+Blue) = 167+104+103=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A76867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76867 is #589798. Grayscale: #7A7A7A. Windows color (decimal): -5805977 or 6776999. OLE color: 6776999.
HSL color Cylindrical-coordinate representation of color #A76867: hue angle of 0.94º degrees, saturation: 0.27, 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 #A76867 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 104 | 103 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.35 |
| HSL | 0.94º | 0.27% | 0.53% | - |
| HSV(B) | 0.94º | 0.38% | 0.65% | - |
| XYZ | 23.33 | 19.1 | 15.29 | - |
| YUV | 122.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 103 | 0 | 0.38 | 0.38 | 0.35 | 0.94 | 0.27 | 0.53 |
| Hex | A7 | 68 | 67 | 0 | 26 | 26 | 23 | 1 | 1B | 35 |
| Octal | 247 | 150 | 147 | 0 | 46 | 46 | 43 | 1 | 33 | 65 |
| Binary | 10100111 | 1101000 | 1100111 | 0 | 100110 | 100110 | 100011 | 1 | 11011 | 110101 |
Color Harmonies of #A76867
Complementary color
Monochromatic Colors of #A76867
Black with #A76867
Text Example
Text Example
White with #A76867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76867; }
p { color: rgb(167,104,103); }
H1.HeaderClassName
{
color: #A76867;
}
.AnyTagClassName
{
color: #A76867;
}
</style>
background-color css
<style>
a { background-color: #A76867; }
a { background-color: rgb(167,104,103); }
div.DivClassName
{
background-color: #A76867;
}
.BgClassName
{
background-color: #A76867;
}
</style>
border-color css
<style>
span { border-color: #A76867; }
span { border-color: rgb(167,104,103); }
td.TdClassName
{
border-color: #A76867;
}
.TagClassName
{
border-color: #A76867;
}
</style>