Shades of Crail #A0554E
Tints of Crail #A0554E
RGB
CMYK
RGB Variations
Color information
#A0554E (or 0xA0554E) is known color: Crail. HEX triplet: A0, 55 and 4E. RGB value is (160,85,78). Sum of RGB (Red+Green+Blue) = 160+85+78=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0554E is #5FAAB1. Grayscale: #6A6A6A. Windows color (decimal): -6269618 or 5133728. OLE color: 5133728.
HSL color Cylindrical-coordinate representation of color #A0554E: hue angle of 5.12º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0554E is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 85 | 78 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.37 |
| HSL | 5.12º | 0.34% | 0.47% | - |
| HSV(B) | 5.12º | 0.51% | 0.63% | - |
| XYZ | 19.12 | 14.52 | 9 | - |
| YUV | 106.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 78 | 0 | 0.47 | 0.51 | 0.37 | 5.12 | 0.34 | 0.47 |
| Hex | A0 | 55 | 4E | 0 | 2F | 33 | 25 | 5 | 22 | 2F |
| Octal | 240 | 125 | 116 | 0 | 57 | 63 | 45 | 5 | 42 | 57 |
| Binary | 10100000 | 1010101 | 1001110 | 0 | 101111 | 110011 | 100101 | 101 | 100010 | 101111 |
Color Harmonies of #A0554E
Complementary color
Monochromatic Colors of #A0554E
Black with #A0554E
Text Example
Text Example
White with #A0554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0554E; }
p { color: rgb(160,85,78); }
H1.HeaderClassName
{
color: #A0554E;
}
.AnyTagClassName
{
color: #A0554E;
}
</style>
background-color css
<style>
a { background-color: #A0554E; }
a { background-color: rgb(160,85,78); }
div.DivClassName
{
background-color: #A0554E;
}
.BgClassName
{
background-color: #A0554E;
}
</style>
border-color css
<style>
span { border-color: #A0554E; }
span { border-color: rgb(160,85,78); }
td.TdClassName
{
border-color: #A0554E;
}
.TagClassName
{
border-color: #A0554E;
}
</style>