Shades of Crail #A0564C
Tints of Crail #A0564C
RGB
CMYK
RGB Variations
Color information
#A0564C (or 0xA0564C) is known color: Crail. HEX triplet: A0, 56 and 4C. RGB value is (160,86,76). Sum of RGB (Red+Green+Blue) = 160+86+76=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0564C is #5FA9B3. Grayscale: #6B6B6B. Windows color (decimal): -6269364 or 5002912. OLE color: 5002912.
HSL color Cylindrical-coordinate representation of color #A0564C: hue angle of 7.14º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0564C is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 86 | 76 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.37 |
| HSL | 7.14º | 0.36% | 0.46% | - |
| HSV(B) | 7.14º | 0.53% | 0.63% | - |
| XYZ | 19.13 | 14.65 | 8.66 | - |
| YUV | 106.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 76 | 0 | 0.46 | 0.52 | 0.37 | 7.14 | 0.36 | 0.46 |
| Hex | A0 | 56 | 4C | 0 | 2E | 34 | 25 | 7 | 24 | 2E |
| Octal | 240 | 126 | 114 | 0 | 56 | 64 | 45 | 7 | 44 | 56 |
| Binary | 10100000 | 1010110 | 1001100 | 0 | 101110 | 110100 | 100101 | 111 | 100100 | 101110 |
Color Harmonies of #A0564C
Complementary color
Monochromatic Colors of #A0564C
Black with #A0564C
Text Example
Text Example
White with #A0564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0564C; }
p { color: rgb(160,86,76); }
H1.HeaderClassName
{
color: #A0564C;
}
.AnyTagClassName
{
color: #A0564C;
}
</style>
background-color css
<style>
a { background-color: #A0564C; }
a { background-color: rgb(160,86,76); }
div.DivClassName
{
background-color: #A0564C;
}
.BgClassName
{
background-color: #A0564C;
}
</style>
border-color css
<style>
span { border-color: #A0564C; }
span { border-color: rgb(160,86,76); }
td.TdClassName
{
border-color: #A0564C;
}
.TagClassName
{
border-color: #A0564C;
}
</style>