Shades of Crail #AC5C4D
Tints of Crail #AC5C4D
RGB
CMYK
RGB Variations
Color information
#AC5C4D (or 0xAC5C4D) is known color: Crail. HEX triplet: AC, 5C and 4D. RGB value is (172,92,77). Sum of RGB (Red+Green+Blue) = 172+92+77=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C4D is #53A3B2. Grayscale: #727272. Windows color (decimal): -5481395 or 5069996. OLE color: 5069996.
HSL color Cylindrical-coordinate representation of color #AC5C4D: hue angle of 9.47º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC5C4D is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 77 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.33 |
| HSL | 9.47º | 0.38% | 0.49% | - |
| HSV(B) | 9.47º | 0.55% | 0.67% | - |
| XYZ | 22.18 | 16.96 | 9.13 | - |
| YUV | 114.21 | 107 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 77 | 0 | 0.47 | 0.55 | 0.33 | 9.47 | 0.38 | 0.49 |
| Hex | AC | 5C | 4D | 0 | 2F | 37 | 21 | 9 | 26 | 31 |
| Octal | 254 | 134 | 115 | 0 | 57 | 67 | 41 | 11 | 46 | 61 |
| Binary | 10101100 | 1011100 | 1001101 | 0 | 101111 | 110111 | 100001 | 1001 | 100110 | 110001 |
Color Harmonies of #AC5C4D
Complementary color
Monochromatic Colors of #AC5C4D
Black with #AC5C4D
Text Example
Text Example
White with #AC5C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C4D; }
p { color: rgb(172,92,77); }
H1.HeaderClassName
{
color: #AC5C4D;
}
.AnyTagClassName
{
color: #AC5C4D;
}
</style>
background-color css
<style>
a { background-color: #AC5C4D; }
a { background-color: rgb(172,92,77); }
div.DivClassName
{
background-color: #AC5C4D;
}
.BgClassName
{
background-color: #AC5C4D;
}
</style>
border-color css
<style>
span { border-color: #AC5C4D; }
span { border-color: rgb(172,92,77); }
td.TdClassName
{
border-color: #AC5C4D;
}
.TagClassName
{
border-color: #AC5C4D;
}
</style>