Shades of Coral Tree #A46C6B
Tints of Coral Tree #A46C6B
RGB
CMYK
RGB Variations
Color information
#A46C6B (or 0xA46C6B) is known color: Coral Tree. HEX triplet: A4, 6C and 6B. RGB value is (164,108,107). Sum of RGB (Red+Green+Blue) = 164+108+107=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46C6B is #5B9394. Grayscale: #7C7C7C. Windows color (decimal): -6001557 or 7040164. OLE color: 7040164.
HSL color Cylindrical-coordinate representation of color #A46C6B: hue angle of 1.05º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46C6B is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 107 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.36 |
| HSL | 1.05º | 0.24% | 0.53% | - |
| HSV(B) | 1.05º | 0.35% | 0.64% | - |
| XYZ | 23.33 | 19.68 | 16.48 | - |
| YUV | 124.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 107 | 0 | 0.34 | 0.35 | 0.36 | 1.05 | 0.24 | 0.53 |
| Hex | A4 | 6C | 6B | 0 | 22 | 23 | 24 | 1 | 18 | 35 |
| Octal | 244 | 154 | 153 | 0 | 42 | 43 | 44 | 1 | 30 | 65 |
| Binary | 10100100 | 1101100 | 1101011 | 0 | 100010 | 100011 | 100100 | 1 | 11000 | 110101 |
Color Harmonies of #A46C6B
Complementary color
Monochromatic Colors of #A46C6B
Black with #A46C6B
Text Example
Text Example
White with #A46C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C6B; }
p { color: rgb(164,108,107); }
H1.HeaderClassName
{
color: #A46C6B;
}
.AnyTagClassName
{
color: #A46C6B;
}
</style>
background-color css
<style>
a { background-color: #A46C6B; }
a { background-color: rgb(164,108,107); }
div.DivClassName
{
background-color: #A46C6B;
}
.BgClassName
{
background-color: #A46C6B;
}
</style>
border-color css
<style>
span { border-color: #A46C6B; }
span { border-color: rgb(164,108,107); }
td.TdClassName
{
border-color: #A46C6B;
}
.TagClassName
{
border-color: #A46C6B;
}
</style>