Shades of Coral Tree #AC7574
Tints of Coral Tree #AC7574
RGB
CMYK
RGB Variations
Color information
#AC7574 (or 0xAC7574) is known color: Coral Tree. HEX triplet: AC, 75 and 74. RGB value is (172,117,116). Sum of RGB (Red+Green+Blue) = 172+117+116=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7574 is #538A8B. Grayscale: #858585. Windows color (decimal): -5474956 or 7632300. OLE color: 7632300.
HSL color Cylindrical-coordinate representation of color #AC7574: hue angle of 1.07º 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 #AC7574 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 116 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.33 |
| HSL | 1.07º | 0.25% | 0.56% | - |
| HSV(B) | 1.07º | 0.33% | 0.67% | - |
| XYZ | 26.53 | 22.75 | 19.52 | - |
| YUV | 133.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 116 | 0 | 0.32 | 0.33 | 0.33 | 1.07 | 0.25 | 0.56 |
| Hex | AC | 75 | 74 | 0 | 20 | 21 | 21 | 1 | 19 | 38 |
| Octal | 254 | 165 | 164 | 0 | 40 | 41 | 41 | 1 | 31 | 70 |
| Binary | 10101100 | 1110101 | 1110100 | 0 | 100000 | 100001 | 100001 | 1 | 11001 | 111000 |
Color Harmonies of #AC7574
Complementary color
Monochromatic Colors of #AC7574
Black with #AC7574
Text Example
Text Example
White with #AC7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7574; }
p { color: rgb(172,117,116); }
H1.HeaderClassName
{
color: #AC7574;
}
.AnyTagClassName
{
color: #AC7574;
}
</style>
background-color css
<style>
a { background-color: #AC7574; }
a { background-color: rgb(172,117,116); }
div.DivClassName
{
background-color: #AC7574;
}
.BgClassName
{
background-color: #AC7574;
}
</style>
border-color css
<style>
span { border-color: #AC7574; }
span { border-color: rgb(172,117,116); }
td.TdClassName
{
border-color: #AC7574;
}
.TagClassName
{
border-color: #AC7574;
}
</style>