Shades of Coral Tree #A26F6B
Tints of Coral Tree #A26F6B
RGB
CMYK
RGB Variations
Color information
#A26F6B (or 0xA26F6B) is known color: Coral Tree. HEX triplet: A2, 6F and 6B. RGB value is (162,111,107). Sum of RGB (Red+Green+Blue) = 162+111+107=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26F6B is #5D9094. Grayscale: #7D7D7D. Windows color (decimal): -6131861 or 7040930. OLE color: 7040930.
HSL color Cylindrical-coordinate representation of color #A26F6B: hue angle of 4.36º 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 #A26F6B is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 111 | 107 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.36 |
| HSL | 4.36º | 0.23% | 0.53% | - |
| HSV(B) | 4.36º | 0.34% | 0.64% | - |
| XYZ | 23.24 | 20.11 | 16.57 | - |
| YUV | 125.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 107 | 0 | 0.31 | 0.34 | 0.36 | 4.36 | 0.23 | 0.53 |
| Hex | A2 | 6F | 6B | 0 | 1F | 22 | 24 | 4 | 17 | 35 |
| Octal | 242 | 157 | 153 | 0 | 37 | 42 | 44 | 4 | 27 | 65 |
| Binary | 10100010 | 1101111 | 1101011 | 0 | 11111 | 100010 | 100100 | 100 | 10111 | 110101 |
Color Harmonies of #A26F6B
Complementary color
Monochromatic Colors of #A26F6B
Black with #A26F6B
Text Example
Text Example
White with #A26F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26F6B; }
p { color: rgb(162,111,107); }
H1.HeaderClassName
{
color: #A26F6B;
}
.AnyTagClassName
{
color: #A26F6B;
}
</style>
background-color css
<style>
a { background-color: #A26F6B; }
a { background-color: rgb(162,111,107); }
div.DivClassName
{
background-color: #A26F6B;
}
.BgClassName
{
background-color: #A26F6B;
}
</style>
border-color css
<style>
span { border-color: #A26F6B; }
span { border-color: rgb(162,111,107); }
td.TdClassName
{
border-color: #A26F6B;
}
.TagClassName
{
border-color: #A26F6B;
}
</style>