Shades of Coral Tree #AC675C
Tints of Coral Tree #AC675C
RGB
CMYK
RGB Variations
Color information
#AC675C (or 0xAC675C) is known color: Coral Tree. HEX triplet: AC, 67 and 5C. RGB value is (172,103,92). Sum of RGB (Red+Green+Blue) = 172+103+92=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC675C is #5398A3. Grayscale: #7A7A7A. Windows color (decimal): -5478564 or 6055852. OLE color: 6055852.
HSL color Cylindrical-coordinate representation of color #AC675C: hue angle of 8.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC675C is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 92 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.33 |
| HSL | 8.25º | 0.33% | 0.52% | - |
| HSV(B) | 8.25º | 0.47% | 0.67% | - |
| XYZ | 23.8 | 19.24 | 12.59 | - |
| YUV | 122.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 92 | 0 | 0.40 | 0.47 | 0.33 | 8.25 | 0.33 | 0.52 |
| Hex | AC | 67 | 5C | 0 | 28 | 2F | 21 | 8 | 21 | 34 |
| Octal | 254 | 147 | 134 | 0 | 50 | 57 | 41 | 10 | 41 | 64 |
| Binary | 10101100 | 1100111 | 1011100 | 0 | 101000 | 101111 | 100001 | 1000 | 100001 | 110100 |
Color Harmonies of #AC675C
Complementary color
Monochromatic Colors of #AC675C
Black with #AC675C
Text Example
Text Example
White with #AC675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC675C; }
p { color: rgb(172,103,92); }
H1.HeaderClassName
{
color: #AC675C;
}
.AnyTagClassName
{
color: #AC675C;
}
</style>
background-color css
<style>
a { background-color: #AC675C; }
a { background-color: rgb(172,103,92); }
div.DivClassName
{
background-color: #AC675C;
}
.BgClassName
{
background-color: #AC675C;
}
</style>
border-color css
<style>
span { border-color: #AC675C; }
span { border-color: rgb(172,103,92); }
td.TdClassName
{
border-color: #AC675C;
}
.TagClassName
{
border-color: #AC675C;
}
</style>