Shades of Coral Tree #AC7975
Tints of Coral Tree #AC7975
RGB
CMYK
RGB Variations
Color information
#AC7975 (or 0xAC7975) is known color: Coral Tree. HEX triplet: AC, 79 and 75. RGB value is (172,121,117). Sum of RGB (Red+Green+Blue) = 172+121+117=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7975 is #53868A. Grayscale: #878787. Windows color (decimal): -5473931 or 7698860. OLE color: 7698860.
HSL color Cylindrical-coordinate representation of color #AC7975: hue angle of 4.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC7975 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 117 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.33 |
| HSL | 4.36º | 0.25% | 0.57% | - |
| HSV(B) | 4.36º | 0.32% | 0.67% | - |
| XYZ | 27.06 | 23.73 | 19.98 | - |
| YUV | 135.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 117 | 0 | 0.30 | 0.32 | 0.33 | 4.36 | 0.25 | 0.57 |
| Hex | AC | 79 | 75 | 0 | 1E | 20 | 21 | 4 | 19 | 39 |
| Octal | 254 | 171 | 165 | 0 | 36 | 40 | 41 | 4 | 31 | 71 |
| Binary | 10101100 | 1111001 | 1110101 | 0 | 11110 | 100000 | 100001 | 100 | 11001 | 111001 |
Color Harmonies of #AC7975
Complementary color
Monochromatic Colors of #AC7975
Black with #AC7975
Text Example
Text Example
White with #AC7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7975; }
p { color: rgb(172,121,117); }
H1.HeaderClassName
{
color: #AC7975;
}
.AnyTagClassName
{
color: #AC7975;
}
</style>
background-color css
<style>
a { background-color: #AC7975; }
a { background-color: rgb(172,121,117); }
div.DivClassName
{
background-color: #AC7975;
}
.BgClassName
{
background-color: #AC7975;
}
</style>
border-color css
<style>
span { border-color: #AC7975; }
span { border-color: rgb(172,121,117); }
td.TdClassName
{
border-color: #AC7975;
}
.TagClassName
{
border-color: #AC7975;
}
</style>