Shades of Coral Tree #A26C64
Tints of Coral Tree #A26C64
RGB
CMYK
RGB Variations
Color information
#A26C64 (or 0xA26C64) is known color: Coral Tree. HEX triplet: A2, 6C and 64. RGB value is (162,108,100). Sum of RGB (Red+Green+Blue) = 162+108+100=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26C64 is #5D939B. Grayscale: #7B7B7B. Windows color (decimal): -6132636 or 6581410. OLE color: 6581410.
HSL color Cylindrical-coordinate representation of color #A26C64: hue angle of 7.74º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A26C64 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 100 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.36 |
| HSL | 7.74º | 0.25% | 0.51% | - |
| HSV(B) | 7.74º | 0.38% | 0.64% | - |
| XYZ | 22.56 | 19.33 | 14.6 | - |
| YUV | 123.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 100 | 0 | 0.33 | 0.38 | 0.36 | 7.74 | 0.25 | 0.51 |
| Hex | A2 | 6C | 64 | 0 | 21 | 26 | 24 | 8 | 19 | 33 |
| Octal | 242 | 154 | 144 | 0 | 41 | 46 | 44 | 10 | 31 | 63 |
| Binary | 10100010 | 1101100 | 1100100 | 0 | 100001 | 100110 | 100100 | 1000 | 11001 | 110011 |
Color Harmonies of #A26C64
Complementary color
Monochromatic Colors of #A26C64
Black with #A26C64
Text Example
Text Example
White with #A26C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C64; }
p { color: rgb(162,108,100); }
H1.HeaderClassName
{
color: #A26C64;
}
.AnyTagClassName
{
color: #A26C64;
}
</style>
background-color css
<style>
a { background-color: #A26C64; }
a { background-color: rgb(162,108,100); }
div.DivClassName
{
background-color: #A26C64;
}
.BgClassName
{
background-color: #A26C64;
}
</style>
border-color css
<style>
span { border-color: #A26C64; }
span { border-color: rgb(162,108,100); }
td.TdClassName
{
border-color: #A26C64;
}
.TagClassName
{
border-color: #A26C64;
}
</style>