Shades of Coral Tree #A67A73
Tints of Coral Tree #A67A73
RGB
CMYK
RGB Variations
Color information
#A67A73 (or 0xA67A73) is known color: Coral Tree. HEX triplet: A6, 7A and 73. RGB value is (166,122,115). Sum of RGB (Red+Green+Blue) = 166+122+115=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A73 is #59858C. Grayscale: #868686. Windows color (decimal): -5866893 or 7568038. OLE color: 7568038.
HSL color Cylindrical-coordinate representation of color #A67A73: hue angle of 8.24º degrees, saturation: 0.22, 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 #A67A73 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 122 | 115 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.35 |
| HSL | 8.24º | 0.22% | 0.55% | - |
| HSV(B) | 8.24º | 0.31% | 0.65% | - |
| XYZ | 25.78 | 23.26 | 19.35 | - |
| YUV | 134.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 115 | 0 | 0.27 | 0.31 | 0.35 | 8.24 | 0.22 | 0.55 |
| Hex | A6 | 7A | 73 | 0 | 1B | 1F | 23 | 8 | 16 | 37 |
| Octal | 246 | 172 | 163 | 0 | 33 | 37 | 43 | 10 | 26 | 67 |
| Binary | 10100110 | 1111010 | 1110011 | 0 | 11011 | 11111 | 100011 | 1000 | 10110 | 110111 |
Color Harmonies of #A67A73
Complementary color
Monochromatic Colors of #A67A73
Black with #A67A73
Text Example
Text Example
White with #A67A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67A73; }
p { color: rgb(166,122,115); }
H1.HeaderClassName
{
color: #A67A73;
}
.AnyTagClassName
{
color: #A67A73;
}
</style>
background-color css
<style>
a { background-color: #A67A73; }
a { background-color: rgb(166,122,115); }
div.DivClassName
{
background-color: #A67A73;
}
.BgClassName
{
background-color: #A67A73;
}
</style>
border-color css
<style>
span { border-color: #A67A73; }
span { border-color: rgb(166,122,115); }
td.TdClassName
{
border-color: #A67A73;
}
.TagClassName
{
border-color: #A67A73;
}
</style>