Shades of Coral Tree #AC746C
Tints of Coral Tree #AC746C
RGB
CMYK
RGB Variations
Color information
#AC746C (or 0xAC746C) is known color: Coral Tree. HEX triplet: AC, 74 and 6C. RGB value is (172,116,108). Sum of RGB (Red+Green+Blue) = 172+116+108=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC746C is #538B93. Grayscale: #838383. Windows color (decimal): -5475220 or 7107756. OLE color: 7107756.
HSL color Cylindrical-coordinate representation of color #AC746C: hue angle of 7.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC746C is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 108 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.33 |
| HSL | 7.5º | 0.28% | 0.55% | - |
| HSV(B) | 7.5º | 0.37% | 0.67% | - |
| XYZ | 25.97 | 22.34 | 17.13 | - |
| YUV | 131.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 108 | 0 | 0.33 | 0.37 | 0.33 | 7.5 | 0.28 | 0.55 |
| Hex | AC | 74 | 6C | 0 | 21 | 25 | 21 | 8 | 1C | 37 |
| Octal | 254 | 164 | 154 | 0 | 41 | 45 | 41 | 10 | 34 | 67 |
| Binary | 10101100 | 1110100 | 1101100 | 0 | 100001 | 100101 | 100001 | 1000 | 11100 | 110111 |
Color Harmonies of #AC746C
Complementary color
Monochromatic Colors of #AC746C
Black with #AC746C
Text Example
Text Example
White with #AC746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC746C; }
p { color: rgb(172,116,108); }
H1.HeaderClassName
{
color: #AC746C;
}
.AnyTagClassName
{
color: #AC746C;
}
</style>
background-color css
<style>
a { background-color: #AC746C; }
a { background-color: rgb(172,116,108); }
div.DivClassName
{
background-color: #AC746C;
}
.BgClassName
{
background-color: #AC746C;
}
</style>
border-color css
<style>
span { border-color: #AC746C; }
span { border-color: rgb(172,116,108); }
td.TdClassName
{
border-color: #AC746C;
}
.TagClassName
{
border-color: #AC746C;
}
</style>