Shades of Crail #A05951
Tints of Crail #A05951
RGB
CMYK
RGB Variations
Color information
#A05951 (or 0xA05951) is known color: Crail. HEX triplet: A0, 59 and 51. RGB value is (160,89,81). Sum of RGB (Red+Green+Blue) = 160+89+81=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A05951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05951 is #5FA6AE. Grayscale: #6D6D6D. Windows color (decimal): -6268591 or 5331360. OLE color: 5331360.
HSL color Cylindrical-coordinate representation of color #A05951: hue angle of 6.08º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05951 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 81 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.37 |
| HSL | 6.08º | 0.33% | 0.47% | - |
| HSV(B) | 6.08º | 0.49% | 0.63% | - |
| XYZ | 19.55 | 15.21 | 9.69 | - |
| YUV | 109.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 81 | 0 | 0.44 | 0.49 | 0.37 | 6.08 | 0.33 | 0.47 |
| Hex | A0 | 59 | 51 | 0 | 2C | 31 | 25 | 6 | 21 | 2F |
| Octal | 240 | 131 | 121 | 0 | 54 | 61 | 45 | 6 | 41 | 57 |
| Binary | 10100000 | 1011001 | 1010001 | 0 | 101100 | 110001 | 100101 | 110 | 100001 | 101111 |
Color Harmonies of #A05951
Complementary color
Monochromatic Colors of #A05951
Black with #A05951
Text Example
Text Example
White with #A05951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05951; }
p { color: rgb(160,89,81); }
H1.HeaderClassName
{
color: #A05951;
}
.AnyTagClassName
{
color: #A05951;
}
</style>
background-color css
<style>
a { background-color: #A05951; }
a { background-color: rgb(160,89,81); }
div.DivClassName
{
background-color: #A05951;
}
.BgClassName
{
background-color: #A05951;
}
</style>
border-color css
<style>
span { border-color: #A05951; }
span { border-color: rgb(160,89,81); }
td.TdClassName
{
border-color: #A05951;
}
.TagClassName
{
border-color: #A05951;
}
</style>