Shades of Crail #AC543F
Tints of Crail #AC543F
RGB
CMYK
RGB Variations
Color information
#AC543F (or 0xAC543F) is known color: Crail. HEX triplet: AC, 54 and 3F. RGB value is (172,84,63). Sum of RGB (Red+Green+Blue) = 172+84+63=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC543F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC543F is #53ABC0. Grayscale: #6C6C6C. Windows color (decimal): -5483457 or 4150444. OLE color: 4150444.
HSL color Cylindrical-coordinate representation of color #AC543F: hue angle of 11.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC543F is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 63 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.33 |
| HSL | 11.56º | 0.46% | 0.46% | - |
| HSV(B) | 11.56º | 0.63% | 0.67% | - |
| XYZ | 21.08 | 15.47 | 6.58 | - |
| YUV | 107.92 | 102.65 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 63 | 0 | 0.51 | 0.63 | 0.33 | 11.56 | 0.46 | 0.46 |
| Hex | AC | 54 | 3F | 0 | 33 | 3F | 21 | C | 2E | 2E |
| Octal | 254 | 124 | 77 | 0 | 63 | 77 | 41 | 14 | 56 | 56 |
| Binary | 10101100 | 1010100 | 111111 | 0 | 110011 | 111111 | 100001 | 1100 | 101110 | 101110 |
Color Harmonies of #AC543F
Complementary color
Monochromatic Colors of #AC543F
Black with #AC543F
Text Example
Text Example
White with #AC543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC543F; }
p { color: rgb(172,84,63); }
H1.HeaderClassName
{
color: #AC543F;
}
.AnyTagClassName
{
color: #AC543F;
}
</style>
background-color css
<style>
a { background-color: #AC543F; }
a { background-color: rgb(172,84,63); }
div.DivClassName
{
background-color: #AC543F;
}
.BgClassName
{
background-color: #AC543F;
}
</style>
border-color css
<style>
span { border-color: #AC543F; }
span { border-color: rgb(172,84,63); }
td.TdClassName
{
border-color: #AC543F;
}
.TagClassName
{
border-color: #AC543F;
}
</style>