Shades of Coral Tree #A26D6B
Tints of Coral Tree #A26D6B
RGB
CMYK
RGB Variations
Color information
#A26D6B (or 0xA26D6B) is known color: Coral Tree. HEX triplet: A2, 6D and 6B. RGB value is (162,109,107). Sum of RGB (Red+Green+Blue) = 162+109+107=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26D6B is #5D9294. Grayscale: #7C7C7C. Windows color (decimal): -6132373 or 7040418. OLE color: 7040418.
HSL color Cylindrical-coordinate representation of color #A26D6B: hue angle of 2.18º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A26D6B is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 107 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.36 |
| HSL | 2.18º | 0.23% | 0.53% | - |
| HSV(B) | 2.18º | 0.34% | 0.64% | - |
| XYZ | 23.02 | 19.68 | 16.5 | - |
| YUV | 124.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 107 | 0 | 0.33 | 0.34 | 0.36 | 2.18 | 0.23 | 0.53 |
| Hex | A2 | 6D | 6B | 0 | 21 | 22 | 24 | 2 | 17 | 35 |
| Octal | 242 | 155 | 153 | 0 | 41 | 42 | 44 | 2 | 27 | 65 |
| Binary | 10100010 | 1101101 | 1101011 | 0 | 100001 | 100010 | 100100 | 10 | 10111 | 110101 |
Color Harmonies of #A26D6B
Complementary color
Monochromatic Colors of #A26D6B
Black with #A26D6B
Text Example
Text Example
White with #A26D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D6B; }
p { color: rgb(162,109,107); }
H1.HeaderClassName
{
color: #A26D6B;
}
.AnyTagClassName
{
color: #A26D6B;
}
</style>
background-color css
<style>
a { background-color: #A26D6B; }
a { background-color: rgb(162,109,107); }
div.DivClassName
{
background-color: #A26D6B;
}
.BgClassName
{
background-color: #A26D6B;
}
</style>
border-color css
<style>
span { border-color: #A26D6B; }
span { border-color: rgb(162,109,107); }
td.TdClassName
{
border-color: #A26D6B;
}
.TagClassName
{
border-color: #A26D6B;
}
</style>