Shades of Crail #AC5849
Tints of Crail #AC5849
RGB
CMYK
RGB Variations
Color information
#AC5849 (or 0xAC5849) is known color: Crail. HEX triplet: AC, 58 and 49. RGB value is (172,88,73). Sum of RGB (Red+Green+Blue) = 172+88+73=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5849 is #53A7B6. Grayscale: #6F6F6F. Windows color (decimal): -5482423 or 4806828. OLE color: 4806828.
HSL color Cylindrical-coordinate representation of color #AC5849: hue angle of 9.09º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC5849 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 73 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.33 |
| HSL | 9.09º | 0.4% | 0.48% | - |
| HSV(B) | 9.09º | 0.58% | 0.67% | - |
| XYZ | 21.71 | 16.23 | 8.29 | - |
| YUV | 111.41 | 106.33 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 73 | 0 | 0.49 | 0.58 | 0.33 | 9.09 | 0.4 | 0.48 |
| Hex | AC | 58 | 49 | 0 | 31 | 3A | 21 | 9 | 28 | 30 |
| Octal | 254 | 130 | 111 | 0 | 61 | 72 | 41 | 11 | 50 | 60 |
| Binary | 10101100 | 1011000 | 1001001 | 0 | 110001 | 111010 | 100001 | 1001 | 101000 | 110000 |
Color Harmonies of #AC5849
Complementary color
Monochromatic Colors of #AC5849
Black with #AC5849
Text Example
Text Example
White with #AC5849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5849; }
p { color: rgb(172,88,73); }
H1.HeaderClassName
{
color: #AC5849;
}
.AnyTagClassName
{
color: #AC5849;
}
</style>
background-color css
<style>
a { background-color: #AC5849; }
a { background-color: rgb(172,88,73); }
div.DivClassName
{
background-color: #AC5849;
}
.BgClassName
{
background-color: #AC5849;
}
</style>
border-color css
<style>
span { border-color: #AC5849; }
span { border-color: rgb(172,88,73); }
td.TdClassName
{
border-color: #AC5849;
}
.TagClassName
{
border-color: #AC5849;
}
</style>