Shades of Crail #AC5D49
Tints of Crail #AC5D49
RGB
CMYK
RGB Variations
Color information
#AC5D49 (or 0xAC5D49) is known color: Crail. HEX triplet: AC, 5D and 49. RGB value is (172,93,73). Sum of RGB (Red+Green+Blue) = 172+93+73=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D49 is #53A2B6. Grayscale: #727272. Windows color (decimal): -5481143 or 4808108. OLE color: 4808108.
HSL color Cylindrical-coordinate representation of color #AC5D49: hue angle of 12.12º 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 #AC5D49 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 73 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.33 |
| HSL | 12.12º | 0.4% | 0.48% | - |
| HSV(B) | 12.12º | 0.58% | 0.67% | - |
| XYZ | 22.13 | 17.08 | 8.43 | - |
| YUV | 114.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 73 | 0 | 0.46 | 0.58 | 0.33 | 12.12 | 0.4 | 0.48 |
| Hex | AC | 5D | 49 | 0 | 2E | 3A | 21 | C | 28 | 30 |
| Octal | 254 | 135 | 111 | 0 | 56 | 72 | 41 | 14 | 50 | 60 |
| Binary | 10101100 | 1011101 | 1001001 | 0 | 101110 | 111010 | 100001 | 1100 | 101000 | 110000 |
Color Harmonies of #AC5D49
Complementary color
Monochromatic Colors of #AC5D49
Black with #AC5D49
Text Example
Text Example
White with #AC5D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D49; }
p { color: rgb(172,93,73); }
H1.HeaderClassName
{
color: #AC5D49;
}
.AnyTagClassName
{
color: #AC5D49;
}
</style>
background-color css
<style>
a { background-color: #AC5D49; }
a { background-color: rgb(172,93,73); }
div.DivClassName
{
background-color: #AC5D49;
}
.BgClassName
{
background-color: #AC5D49;
}
</style>
border-color css
<style>
span { border-color: #AC5D49; }
span { border-color: rgb(172,93,73); }
td.TdClassName
{
border-color: #AC5D49;
}
.TagClassName
{
border-color: #AC5D49;
}
</style>