Shades of Crail #AC574A
Tints of Crail #AC574A
RGB
CMYK
RGB Variations
Color information
#AC574A (or 0xAC574A) is known color: Crail. HEX triplet: AC, 57 and 4A. RGB value is (172,87,74). Sum of RGB (Red+Green+Blue) = 172+87+74=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC574A is #53A8B5. Grayscale: #6F6F6F. Windows color (decimal): -5482678 or 4872108. OLE color: 4872108.
HSL color Cylindrical-coordinate representation of color #AC574A: hue angle of 7.96º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC574A is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 74 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.33 |
| HSL | 7.96º | 0.4% | 0.48% | - |
| HSV(B) | 7.96º | 0.57% | 0.67% | - |
| XYZ | 21.66 | 16.08 | 8.44 | - |
| YUV | 110.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 74 | 0 | 0.49 | 0.57 | 0.33 | 7.96 | 0.4 | 0.48 |
| Hex | AC | 57 | 4A | 0 | 31 | 39 | 21 | 8 | 28 | 30 |
| Octal | 254 | 127 | 112 | 0 | 61 | 71 | 41 | 10 | 50 | 60 |
| Binary | 10101100 | 1010111 | 1001010 | 0 | 110001 | 111001 | 100001 | 1000 | 101000 | 110000 |
Color Harmonies of #AC574A
Complementary color
Monochromatic Colors of #AC574A
Black with #AC574A
Text Example
Text Example
White with #AC574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC574A; }
p { color: rgb(172,87,74); }
H1.HeaderClassName
{
color: #AC574A;
}
.AnyTagClassName
{
color: #AC574A;
}
</style>
background-color css
<style>
a { background-color: #AC574A; }
a { background-color: rgb(172,87,74); }
div.DivClassName
{
background-color: #AC574A;
}
.BgClassName
{
background-color: #AC574A;
}
</style>
border-color css
<style>
span { border-color: #AC574A; }
span { border-color: rgb(172,87,74); }
td.TdClassName
{
border-color: #AC574A;
}
.TagClassName
{
border-color: #AC574A;
}
</style>