Shades of Coral Tree #AC6B5E
Tints of Coral Tree #AC6B5E
RGB
CMYK
RGB Variations
Color information
#AC6B5E (or 0xAC6B5E) is known color: Coral Tree. HEX triplet: AC, 6B and 5E. RGB value is (172,107,94). Sum of RGB (Red+Green+Blue) = 172+107+94=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6B5E is #5394A1. Grayscale: #7D7D7D. Windows color (decimal): -5477538 or 6187948. OLE color: 6187948.
HSL color Cylindrical-coordinate representation of color #AC6B5E: hue angle of 10º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC6B5E is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 107 | 94 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.33 |
| HSL | 10º | 0.32% | 0.52% | - |
| HSV(B) | 10º | 0.45% | 0.67% | - |
| XYZ | 24.29 | 20.09 | 13.19 | - |
| YUV | 124.95 | 110.53 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 94 | 0 | 0.38 | 0.45 | 0.33 | 10 | 0.32 | 0.52 |
| Hex | AC | 6B | 5E | 0 | 26 | 2D | 21 | A | 20 | 34 |
| Octal | 254 | 153 | 136 | 0 | 46 | 55 | 41 | 12 | 40 | 64 |
| Binary | 10101100 | 1101011 | 1011110 | 0 | 100110 | 101101 | 100001 | 1010 | 100000 | 110100 |
Color Harmonies of #AC6B5E
Complementary color
Monochromatic Colors of #AC6B5E
Black with #AC6B5E
Text Example
Text Example
White with #AC6B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6B5E; }
p { color: rgb(172,107,94); }
H1.HeaderClassName
{
color: #AC6B5E;
}
.AnyTagClassName
{
color: #AC6B5E;
}
</style>
background-color css
<style>
a { background-color: #AC6B5E; }
a { background-color: rgb(172,107,94); }
div.DivClassName
{
background-color: #AC6B5E;
}
.BgClassName
{
background-color: #AC6B5E;
}
</style>
border-color css
<style>
span { border-color: #AC6B5E; }
span { border-color: rgb(172,107,94); }
td.TdClassName
{
border-color: #AC6B5E;
}
.TagClassName
{
border-color: #AC6B5E;
}
</style>