Shades of Coral Tree #AC695D
Tints of Coral Tree #AC695D
RGB
CMYK
RGB Variations
Color information
#AC695D (or 0xAC695D) is known color: Coral Tree. HEX triplet: AC, 69 and 5D. RGB value is (172,105,93). Sum of RGB (Red+Green+Blue) = 172+105+93=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC695D is #5396A2. Grayscale: #7B7B7B. Windows color (decimal): -5478051 or 6121900. OLE color: 6121900.
HSL color Cylindrical-coordinate representation of color #AC695D: hue angle of 9.11º 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 #AC695D is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 93 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.33 |
| HSL | 9.11º | 0.32% | 0.52% | - |
| HSV(B) | 9.11º | 0.46% | 0.67% | - |
| XYZ | 24.04 | 19.66 | 12.88 | - |
| YUV | 123.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 93 | 0 | 0.39 | 0.46 | 0.33 | 9.11 | 0.32 | 0.52 |
| Hex | AC | 69 | 5D | 0 | 27 | 2E | 21 | 9 | 20 | 34 |
| Octal | 254 | 151 | 135 | 0 | 47 | 56 | 41 | 11 | 40 | 64 |
| Binary | 10101100 | 1101001 | 1011101 | 0 | 100111 | 101110 | 100001 | 1001 | 100000 | 110100 |
Color Harmonies of #AC695D
Complementary color
Monochromatic Colors of #AC695D
Black with #AC695D
Text Example
Text Example
White with #AC695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC695D; }
p { color: rgb(172,105,93); }
H1.HeaderClassName
{
color: #AC695D;
}
.AnyTagClassName
{
color: #AC695D;
}
</style>
background-color css
<style>
a { background-color: #AC695D; }
a { background-color: rgb(172,105,93); }
div.DivClassName
{
background-color: #AC695D;
}
.BgClassName
{
background-color: #AC695D;
}
</style>
border-color css
<style>
span { border-color: #AC695D; }
span { border-color: rgb(172,105,93); }
td.TdClassName
{
border-color: #AC695D;
}
.TagClassName
{
border-color: #AC695D;
}
</style>