Shades of Crail #AC594C
Tints of Crail #AC594C
RGB
CMYK
RGB Variations
Color information
#AC594C (or 0xAC594C) is known color: Crail. HEX triplet: AC, 59 and 4C. RGB value is (172,89,76). Sum of RGB (Red+Green+Blue) = 172+89+76=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC594C is #53A6B3. Grayscale: #707070. Windows color (decimal): -5482164 or 5003692. OLE color: 5003692.
HSL color Cylindrical-coordinate representation of color #AC594C: hue angle of 8.12º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC594C is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 76 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.33 |
| HSL | 8.13º | 0.39% | 0.49% | - |
| HSV(B) | 8.13º | 0.56% | 0.67% | - |
| XYZ | 21.89 | 16.44 | 8.86 | - |
| YUV | 112.34 | 107.5 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 76 | 0 | 0.48 | 0.56 | 0.33 | 8.13 | 0.39 | 0.49 |
| Hex | AC | 59 | 4C | 0 | 30 | 38 | 21 | 8 | 27 | 31 |
| Octal | 254 | 131 | 114 | 0 | 60 | 70 | 41 | 10 | 47 | 61 |
| Binary | 10101100 | 1011001 | 1001100 | 0 | 110000 | 111000 | 100001 | 1000 | 100111 | 110001 |
Color Harmonies of #AC594C
Complementary color
Monochromatic Colors of #AC594C
Black with #AC594C
Text Example
Text Example
White with #AC594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC594C; }
p { color: rgb(172,89,76); }
H1.HeaderClassName
{
color: #AC594C;
}
.AnyTagClassName
{
color: #AC594C;
}
</style>
background-color css
<style>
a { background-color: #AC594C; }
a { background-color: rgb(172,89,76); }
div.DivClassName
{
background-color: #AC594C;
}
.BgClassName
{
background-color: #AC594C;
}
</style>
border-color css
<style>
span { border-color: #AC594C; }
span { border-color: rgb(172,89,76); }
td.TdClassName
{
border-color: #AC594C;
}
.TagClassName
{
border-color: #AC594C;
}
</style>