Shades of Crail #A05141
Tints of Crail #A05141
RGB
CMYK
RGB Variations
Color information
#A05141 (or 0xA05141) is known color: Crail. HEX triplet: A0, 51 and 41. RGB value is (160,81,65). Sum of RGB (Red+Green+Blue) = 160+81+65=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A05141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05141 is #5FAEBE. Grayscale: #666666. Windows color (decimal): -6270655 or 4280736. OLE color: 4280736.
HSL color Cylindrical-coordinate representation of color #A05141: hue angle of 10.11º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A05141 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 81 | 65 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.37 |
| HSL | 10.11º | 0.42% | 0.44% | - |
| HSV(B) | 10.11º | 0.59% | 0.63% | - |
| XYZ | 18.39 | 13.74 | 6.68 | - |
| YUV | 102.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 65 | 0 | 0.49 | 0.59 | 0.37 | 10.11 | 0.42 | 0.44 |
| Hex | A0 | 51 | 41 | 0 | 31 | 3B | 25 | A | 2A | 2C |
| Octal | 240 | 121 | 101 | 0 | 61 | 73 | 45 | 12 | 52 | 54 |
| Binary | 10100000 | 1010001 | 1000001 | 0 | 110001 | 111011 | 100101 | 1010 | 101010 | 101100 |
Color Harmonies of #A05141
Complementary color
Monochromatic Colors of #A05141
Black with #A05141
Text Example
Text Example
White with #A05141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05141; }
p { color: rgb(160,81,65); }
H1.HeaderClassName
{
color: #A05141;
}
.AnyTagClassName
{
color: #A05141;
}
</style>
background-color css
<style>
a { background-color: #A05141; }
a { background-color: rgb(160,81,65); }
div.DivClassName
{
background-color: #A05141;
}
.BgClassName
{
background-color: #A05141;
}
</style>
border-color css
<style>
span { border-color: #A05141; }
span { border-color: rgb(160,81,65); }
td.TdClassName
{
border-color: #A05141;
}
.TagClassName
{
border-color: #A05141;
}
</style>