Shades of Coral Tree #AC7674
Tints of Coral Tree #AC7674
RGB
CMYK
RGB Variations
Color information
#AC7674 (or 0xAC7674) is known color: Coral Tree. HEX triplet: AC, 76 and 74. RGB value is (172,118,116). Sum of RGB (Red+Green+Blue) = 172+118+116=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7674 is #53898B. Grayscale: #858585. Windows color (decimal): -5474700 or 7632556. OLE color: 7632556.
HSL color Cylindrical-coordinate representation of color #AC7674: hue angle of 2.14º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC7674 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 116 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.33 |
| HSL | 2.14º | 0.25% | 0.56% | - |
| HSV(B) | 2.14º | 0.33% | 0.67% | - |
| XYZ | 26.64 | 22.99 | 19.56 | - |
| YUV | 133.92 | 117.89 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 116 | 0 | 0.31 | 0.33 | 0.33 | 2.14 | 0.25 | 0.56 |
| Hex | AC | 76 | 74 | 0 | 1F | 21 | 21 | 2 | 19 | 38 |
| Octal | 254 | 166 | 164 | 0 | 37 | 41 | 41 | 2 | 31 | 70 |
| Binary | 10101100 | 1110110 | 1110100 | 0 | 11111 | 100001 | 100001 | 10 | 11001 | 111000 |
Color Harmonies of #AC7674
Complementary color
Monochromatic Colors of #AC7674
Black with #AC7674
Text Example
Text Example
White with #AC7674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7674; }
p { color: rgb(172,118,116); }
H1.HeaderClassName
{
color: #AC7674;
}
.AnyTagClassName
{
color: #AC7674;
}
</style>
background-color css
<style>
a { background-color: #AC7674; }
a { background-color: rgb(172,118,116); }
div.DivClassName
{
background-color: #AC7674;
}
.BgClassName
{
background-color: #AC7674;
}
</style>
border-color css
<style>
span { border-color: #AC7674; }
span { border-color: rgb(172,118,116); }
td.TdClassName
{
border-color: #AC7674;
}
.TagClassName
{
border-color: #AC7674;
}
</style>