Shades of Crail #A15349
Tints of Crail #A15349
RGB
CMYK
RGB Variations
Color information
#A15349 (or 0xA15349) is known color: Crail. HEX triplet: A1, 53 and 49. RGB value is (161,83,73). Sum of RGB (Red+Green+Blue) = 161+83+73=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A15349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15349 is #5EACB6. Grayscale: #696969. Windows color (decimal): -6204599 or 4805537. OLE color: 4805537.
HSL color Cylindrical-coordinate representation of color #A15349: hue angle of 6.82º 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 #A15349 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 83 | 73 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.37 |
| HSL | 6.82º | 0.38% | 0.46% | - |
| HSV(B) | 6.82º | 0.55% | 0.63% | - |
| XYZ | 18.99 | 14.24 | 8.05 | - |
| YUV | 105.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 73 | 0 | 0.48 | 0.55 | 0.37 | 6.82 | 0.38 | 0.46 |
| Hex | A1 | 53 | 49 | 0 | 30 | 37 | 25 | 7 | 26 | 2E |
| Octal | 241 | 123 | 111 | 0 | 60 | 67 | 45 | 7 | 46 | 56 |
| Binary | 10100001 | 1010011 | 1001001 | 0 | 110000 | 110111 | 100101 | 111 | 100110 | 101110 |
Color Harmonies of #A15349
Complementary color
Monochromatic Colors of #A15349
Black with #A15349
Text Example
Text Example
White with #A15349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15349; }
p { color: rgb(161,83,73); }
H1.HeaderClassName
{
color: #A15349;
}
.AnyTagClassName
{
color: #A15349;
}
</style>
background-color css
<style>
a { background-color: #A15349; }
a { background-color: rgb(161,83,73); }
div.DivClassName
{
background-color: #A15349;
}
.BgClassName
{
background-color: #A15349;
}
</style>
border-color css
<style>
span { border-color: #A15349; }
span { border-color: rgb(161,83,73); }
td.TdClassName
{
border-color: #A15349;
}
.TagClassName
{
border-color: #A15349;
}
</style>