Shades of Crail #A15949
Tints of Crail #A15949
RGB
CMYK
RGB Variations
Color information
#A15949 (or 0xA15949) is known color: Crail. HEX triplet: A1, 59 and 49. RGB value is (161,89,73). Sum of RGB (Red+Green+Blue) = 161+89+73=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A15949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15949 is #5EA6B6. Grayscale: #6C6C6C. Windows color (decimal): -6203063 or 4807073. OLE color: 4807073.
HSL color Cylindrical-coordinate representation of color #A15949: hue angle of 10.91º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A15949 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 73 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.37 |
| HSL | 10.91º | 0.38% | 0.46% | - |
| HSV(B) | 10.91º | 0.55% | 0.63% | - |
| XYZ | 19.47 | 15.2 | 8.21 | - |
| YUV | 108.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 73 | 0 | 0.45 | 0.55 | 0.37 | 10.91 | 0.38 | 0.46 |
| Hex | A1 | 59 | 49 | 0 | 2D | 37 | 25 | B | 26 | 2E |
| Octal | 241 | 131 | 111 | 0 | 55 | 67 | 45 | 13 | 46 | 56 |
| Binary | 10100001 | 1011001 | 1001001 | 0 | 101101 | 110111 | 100101 | 1011 | 100110 | 101110 |
Color Harmonies of #A15949
Complementary color
Monochromatic Colors of #A15949
Black with #A15949
Text Example
Text Example
White with #A15949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15949; }
p { color: rgb(161,89,73); }
H1.HeaderClassName
{
color: #A15949;
}
.AnyTagClassName
{
color: #A15949;
}
</style>
background-color css
<style>
a { background-color: #A15949; }
a { background-color: rgb(161,89,73); }
div.DivClassName
{
background-color: #A15949;
}
.BgClassName
{
background-color: #A15949;
}
</style>
border-color css
<style>
span { border-color: #A15949; }
span { border-color: rgb(161,89,73); }
td.TdClassName
{
border-color: #A15949;
}
.TagClassName
{
border-color: #A15949;
}
</style>