Shades of Coral Tree #A46661
Tints of Coral Tree #A46661
RGB
CMYK
RGB Variations
Color information
#A46661 (or 0xA46661) is known color: Coral Tree. HEX triplet: A4, 66 and 61. RGB value is (164,102,97). Sum of RGB (Red+Green+Blue) = 164+102+97=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A46661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46661 is #5B999E. Grayscale: #787878. Windows color (decimal): -6003103 or 6383268. OLE color: 6383268.
HSL color Cylindrical-coordinate representation of color #A46661: hue angle of 4.48º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46661 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 102 | 97 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.36 |
| HSL | 4.48º | 0.27% | 0.51% | - |
| HSV(B) | 4.48º | 0.41% | 0.64% | - |
| XYZ | 22.22 | 18.26 | 13.66 | - |
| YUV | 119.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 102 | 97 | 0 | 0.38 | 0.41 | 0.36 | 4.48 | 0.27 | 0.51 |
| Hex | A4 | 66 | 61 | 0 | 26 | 29 | 24 | 4 | 1B | 33 |
| Octal | 244 | 146 | 141 | 0 | 46 | 51 | 44 | 4 | 33 | 63 |
| Binary | 10100100 | 1100110 | 1100001 | 0 | 100110 | 101001 | 100100 | 100 | 11011 | 110011 |
Color Harmonies of #A46661
Complementary color
Monochromatic Colors of #A46661
Black with #A46661
Text Example
Text Example
White with #A46661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46661; }
p { color: rgb(164,102,97); }
H1.HeaderClassName
{
color: #A46661;
}
.AnyTagClassName
{
color: #A46661;
}
</style>
background-color css
<style>
a { background-color: #A46661; }
a { background-color: rgb(164,102,97); }
div.DivClassName
{
background-color: #A46661;
}
.BgClassName
{
background-color: #A46661;
}
</style>
border-color css
<style>
span { border-color: #A46661; }
span { border-color: rgb(164,102,97); }
td.TdClassName
{
border-color: #A46661;
}
.TagClassName
{
border-color: #A46661;
}
</style>