Shades of Coral Tree #AC6B5C
Tints of Coral Tree #AC6B5C
RGB
CMYK
RGB Variations
Color information
#AC6B5C (or 0xAC6B5C) is known color: Coral Tree. HEX triplet: AC, 6B and 5C. RGB value is (172,107,92). Sum of RGB (Red+Green+Blue) = 172+107+92=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6B5C is #5394A3. Grayscale: #7C7C7C. Windows color (decimal): -5477540 or 6056876. OLE color: 6056876.
HSL color Cylindrical-coordinate representation of color #AC6B5C: hue angle of 11.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 #AC6B5C is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 107 | 92 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.33 |
| HSL | 11.25º | 0.33% | 0.52% | - |
| HSV(B) | 11.25º | 0.47% | 0.67% | - |
| XYZ | 24.2 | 20.06 | 12.72 | - |
| YUV | 124.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 92 | 0 | 0.38 | 0.47 | 0.33 | 11.25 | 0.33 | 0.52 |
| Hex | AC | 6B | 5C | 0 | 26 | 2F | 21 | B | 21 | 34 |
| Octal | 254 | 153 | 134 | 0 | 46 | 57 | 41 | 13 | 41 | 64 |
| Binary | 10101100 | 1101011 | 1011100 | 0 | 100110 | 101111 | 100001 | 1011 | 100001 | 110100 |
Color Harmonies of #AC6B5C
Complementary color
Monochromatic Colors of #AC6B5C
Black with #AC6B5C
Text Example
Text Example
White with #AC6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6B5C; }
p { color: rgb(172,107,92); }
H1.HeaderClassName
{
color: #AC6B5C;
}
.AnyTagClassName
{
color: #AC6B5C;
}
</style>
background-color css
<style>
a { background-color: #AC6B5C; }
a { background-color: rgb(172,107,92); }
div.DivClassName
{
background-color: #AC6B5C;
}
.BgClassName
{
background-color: #AC6B5C;
}
</style>
border-color css
<style>
span { border-color: #AC6B5C; }
span { border-color: rgb(172,107,92); }
td.TdClassName
{
border-color: #AC6B5C;
}
.TagClassName
{
border-color: #AC6B5C;
}
</style>