Shades of Coral Tree #AC675D
Tints of Coral Tree #AC675D
RGB
CMYK
RGB Variations
Color information
#AC675D (or 0xAC675D) is known color: Coral Tree. HEX triplet: AC, 67 and 5D. RGB value is (172,103,93). Sum of RGB (Red+Green+Blue) = 172+103+93=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC675D is #5398A2. Grayscale: #7A7A7A. Windows color (decimal): -5478563 or 6121388. OLE color: 6121388.
HSL color Cylindrical-coordinate representation of color #AC675D: hue angle of 7.59º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC675D is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 93 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.33 |
| HSL | 7.59º | 0.32% | 0.52% | - |
| HSV(B) | 7.59º | 0.46% | 0.67% | - |
| XYZ | 23.84 | 19.26 | 12.82 | - |
| YUV | 122.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 93 | 0 | 0.40 | 0.46 | 0.33 | 7.59 | 0.32 | 0.52 |
| Hex | AC | 67 | 5D | 0 | 28 | 2E | 21 | 8 | 20 | 34 |
| Octal | 254 | 147 | 135 | 0 | 50 | 56 | 41 | 10 | 40 | 64 |
| Binary | 10101100 | 1100111 | 1011101 | 0 | 101000 | 101110 | 100001 | 1000 | 100000 | 110100 |
Color Harmonies of #AC675D
Complementary color
Monochromatic Colors of #AC675D
Black with #AC675D
Text Example
Text Example
White with #AC675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC675D; }
p { color: rgb(172,103,93); }
H1.HeaderClassName
{
color: #AC675D;
}
.AnyTagClassName
{
color: #AC675D;
}
</style>
background-color css
<style>
a { background-color: #AC675D; }
a { background-color: rgb(172,103,93); }
div.DivClassName
{
background-color: #AC675D;
}
.BgClassName
{
background-color: #AC675D;
}
</style>
border-color css
<style>
span { border-color: #AC675D; }
span { border-color: rgb(172,103,93); }
td.TdClassName
{
border-color: #AC675D;
}
.TagClassName
{
border-color: #AC675D;
}
</style>