Shades of Crail #AC553F
Tints of Crail #AC553F
RGB
CMYK
RGB Variations
Color information
#AC553F (or 0xAC553F) is known color: Crail. HEX triplet: AC, 55 and 3F. RGB value is (172,85,63). Sum of RGB (Red+Green+Blue) = 172+85+63=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC553F is #53AAC0. Grayscale: #6C6C6C. Windows color (decimal): -5483201 or 4150700. OLE color: 4150700.
HSL color Cylindrical-coordinate representation of color #AC553F: hue angle of 12.11º 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 #AC553F is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 63 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.33 |
| HSL | 12.11º | 0.46% | 0.46% | - |
| HSV(B) | 12.11º | 0.63% | 0.67% | - |
| XYZ | 21.16 | 15.63 | 6.6 | - |
| YUV | 108.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 63 | 0 | 0.51 | 0.63 | 0.33 | 12.11 | 0.46 | 0.46 |
| Hex | AC | 55 | 3F | 0 | 33 | 3F | 21 | C | 2E | 2E |
| Octal | 254 | 125 | 77 | 0 | 63 | 77 | 41 | 14 | 56 | 56 |
| Binary | 10101100 | 1010101 | 111111 | 0 | 110011 | 111111 | 100001 | 1100 | 101110 | 101110 |
Color Harmonies of #AC553F
Complementary color
Monochromatic Colors of #AC553F
Black with #AC553F
Text Example
Text Example
White with #AC553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC553F; }
p { color: rgb(172,85,63); }
H1.HeaderClassName
{
color: #AC553F;
}
.AnyTagClassName
{
color: #AC553F;
}
</style>
background-color css
<style>
a { background-color: #AC553F; }
a { background-color: rgb(172,85,63); }
div.DivClassName
{
background-color: #AC553F;
}
.BgClassName
{
background-color: #AC553F;
}
</style>
border-color css
<style>
span { border-color: #AC553F; }
span { border-color: rgb(172,85,63); }
td.TdClassName
{
border-color: #AC553F;
}
.TagClassName
{
border-color: #AC553F;
}
</style>