Shades of Coral Tree #A67975
Tints of Coral Tree #A67975
RGB
CMYK
RGB Variations
Color information
#A67975 (or 0xA67975) is known color: Coral Tree. HEX triplet: A6, 79 and 75. RGB value is (166,121,117). Sum of RGB (Red+Green+Blue) = 166+121+117=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A67975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67975 is #59868A. Grayscale: #868686. Windows color (decimal): -5867147 or 7698854. OLE color: 7698854.
HSL color Cylindrical-coordinate representation of color #A67975: hue angle of 4.9º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A67975 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 121 | 117 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.35 |
| HSL | 4.9º | 0.22% | 0.55% | - |
| HSV(B) | 4.9º | 0.3% | 0.65% | - |
| XYZ | 25.77 | 23.07 | 19.92 | - |
| YUV | 134 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 117 | 0 | 0.27 | 0.30 | 0.35 | 4.9 | 0.22 | 0.55 |
| Hex | A6 | 79 | 75 | 0 | 1B | 1E | 23 | 5 | 16 | 37 |
| Octal | 246 | 171 | 165 | 0 | 33 | 36 | 43 | 5 | 26 | 67 |
| Binary | 10100110 | 1111001 | 1110101 | 0 | 11011 | 11110 | 100011 | 101 | 10110 | 110111 |
Color Harmonies of #A67975
Complementary color
Monochromatic Colors of #A67975
Black with #A67975
Text Example
Text Example
White with #A67975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67975; }
p { color: rgb(166,121,117); }
H1.HeaderClassName
{
color: #A67975;
}
.AnyTagClassName
{
color: #A67975;
}
</style>
background-color css
<style>
a { background-color: #A67975; }
a { background-color: rgb(166,121,117); }
div.DivClassName
{
background-color: #A67975;
}
.BgClassName
{
background-color: #A67975;
}
</style>
border-color css
<style>
span { border-color: #A67975; }
span { border-color: rgb(166,121,117); }
td.TdClassName
{
border-color: #A67975;
}
.TagClassName
{
border-color: #A67975;
}
</style>