Shades of Coral Tree #A26F67
Tints of Coral Tree #A26F67
RGB
CMYK
RGB Variations
Color information
#A26F67 (or 0xA26F67) is known color: Coral Tree. HEX triplet: A2, 6F and 67. RGB value is (162,111,103). Sum of RGB (Red+Green+Blue) = 162+111+103=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26F67 is #5D9098. Grayscale: #7D7D7D. Windows color (decimal): -6131865 or 6778786. OLE color: 6778786.
HSL color Cylindrical-coordinate representation of color #A26F67: hue angle of 8.14º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A26F67 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 111 | 103 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.36 |
| HSL | 8.14º | 0.24% | 0.52% | - |
| HSV(B) | 8.14º | 0.36% | 0.64% | - |
| XYZ | 23.03 | 20.03 | 15.48 | - |
| YUV | 125.34 | 115.4 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 103 | 0 | 0.31 | 0.36 | 0.36 | 8.14 | 0.24 | 0.52 |
| Hex | A2 | 6F | 67 | 0 | 1F | 24 | 24 | 8 | 18 | 34 |
| Octal | 242 | 157 | 147 | 0 | 37 | 44 | 44 | 10 | 30 | 64 |
| Binary | 10100010 | 1101111 | 1100111 | 0 | 11111 | 100100 | 100100 | 1000 | 11000 | 110100 |
Color Harmonies of #A26F67
Complementary color
Monochromatic Colors of #A26F67
Black with #A26F67
Text Example
Text Example
White with #A26F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26F67; }
p { color: rgb(162,111,103); }
H1.HeaderClassName
{
color: #A26F67;
}
.AnyTagClassName
{
color: #A26F67;
}
</style>
background-color css
<style>
a { background-color: #A26F67; }
a { background-color: rgb(162,111,103); }
div.DivClassName
{
background-color: #A26F67;
}
.BgClassName
{
background-color: #A26F67;
}
</style>
border-color css
<style>
span { border-color: #A26F67; }
span { border-color: rgb(162,111,103); }
td.TdClassName
{
border-color: #A26F67;
}
.TagClassName
{
border-color: #A26F67;
}
</style>