Shades of Crail #A15143
Tints of Crail #A15143
RGB
CMYK
RGB Variations
Color information
#A15143 (or 0xA15143) is known color: Crail. HEX triplet: A1, 51 and 43. RGB value is (161,81,67). Sum of RGB (Red+Green+Blue) = 161+81+67=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A15143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15143 is #5EAEBC. Grayscale: #676767. Windows color (decimal): -6205117 or 4411809. OLE color: 4411809.
HSL color Cylindrical-coordinate representation of color #A15143: hue angle of 8.94º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A15143 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 67 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.37 |
| HSL | 8.94º | 0.41% | 0.45% | - |
| HSV(B) | 8.94º | 0.58% | 0.63% | - |
| XYZ | 18.65 | 13.87 | 7 | - |
| YUV | 103.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 67 | 0 | 0.50 | 0.58 | 0.37 | 8.94 | 0.41 | 0.45 |
| Hex | A1 | 51 | 43 | 0 | 32 | 3A | 25 | 9 | 29 | 2D |
| Octal | 241 | 121 | 103 | 0 | 62 | 72 | 45 | 11 | 51 | 55 |
| Binary | 10100001 | 1010001 | 1000011 | 0 | 110010 | 111010 | 100101 | 1001 | 101001 | 101101 |
Color Harmonies of #A15143
Complementary color
Monochromatic Colors of #A15143
Black with #A15143
Text Example
Text Example
White with #A15143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15143; }
p { color: rgb(161,81,67); }
H1.HeaderClassName
{
color: #A15143;
}
.AnyTagClassName
{
color: #A15143;
}
</style>
background-color css
<style>
a { background-color: #A15143; }
a { background-color: rgb(161,81,67); }
div.DivClassName
{
background-color: #A15143;
}
.BgClassName
{
background-color: #A15143;
}
</style>
border-color css
<style>
span { border-color: #A15143; }
span { border-color: rgb(161,81,67); }
td.TdClassName
{
border-color: #A15143;
}
.TagClassName
{
border-color: #A15143;
}
</style>