Shades of Crail #AC5341
Tints of Crail #AC5341
RGB
CMYK
RGB Variations
Color information
#AC5341 (or 0xAC5341) is known color: Crail. HEX triplet: AC, 53 and 41. RGB value is (172,83,65). Sum of RGB (Red+Green+Blue) = 172+83+65=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5341 is #53ACBE. Grayscale: #6B6B6B. Windows color (decimal): -5483711 or 4281260. OLE color: 4281260.
HSL color Cylindrical-coordinate representation of color #AC5341: hue angle of 10.09º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC5341 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 65 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.33 |
| HSL | 10.09º | 0.45% | 0.46% | - |
| HSV(B) | 10.09º | 0.62% | 0.67% | - |
| XYZ | 21.06 | 15.34 | 6.85 | - |
| YUV | 107.56 | 103.99 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 65 | 0 | 0.52 | 0.62 | 0.33 | 10.09 | 0.45 | 0.46 |
| Hex | AC | 53 | 41 | 0 | 34 | 3E | 21 | A | 2D | 2E |
| Octal | 254 | 123 | 101 | 0 | 64 | 76 | 41 | 12 | 55 | 56 |
| Binary | 10101100 | 1010011 | 1000001 | 0 | 110100 | 111110 | 100001 | 1010 | 101101 | 101110 |
Color Harmonies of #AC5341
Complementary color
Monochromatic Colors of #AC5341
Black with #AC5341
Text Example
Text Example
White with #AC5341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5341; }
p { color: rgb(172,83,65); }
H1.HeaderClassName
{
color: #AC5341;
}
.AnyTagClassName
{
color: #AC5341;
}
</style>
background-color css
<style>
a { background-color: #AC5341; }
a { background-color: rgb(172,83,65); }
div.DivClassName
{
background-color: #AC5341;
}
.BgClassName
{
background-color: #AC5341;
}
</style>
border-color css
<style>
span { border-color: #AC5341; }
span { border-color: rgb(172,83,65); }
td.TdClassName
{
border-color: #AC5341;
}
.TagClassName
{
border-color: #AC5341;
}
</style>