Shades of Crail #A15345
Tints of Crail #A15345
RGB
CMYK
RGB Variations
Color information
#A15345 (or 0xA15345) is known color: Crail. HEX triplet: A1, 53 and 45. RGB value is (161,83,69). Sum of RGB (Red+Green+Blue) = 161+83+69=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A15345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15345 is #5EACBA. Grayscale: #686868. Windows color (decimal): -6204603 or 4543393. OLE color: 4543393.
HSL color Cylindrical-coordinate representation of color #A15345: hue angle of 9.13º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A15345 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 83 | 69 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.37 |
| HSL | 9.13º | 0.4% | 0.45% | - |
| HSV(B) | 9.13º | 0.57% | 0.63% | - |
| XYZ | 18.87 | 14.19 | 7.38 | - |
| YUV | 104.73 | 107.84 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 69 | 0 | 0.48 | 0.57 | 0.37 | 9.13 | 0.4 | 0.45 |
| Hex | A1 | 53 | 45 | 0 | 30 | 39 | 25 | 9 | 28 | 2D |
| Octal | 241 | 123 | 105 | 0 | 60 | 71 | 45 | 11 | 50 | 55 |
| Binary | 10100001 | 1010011 | 1000101 | 0 | 110000 | 111001 | 100101 | 1001 | 101000 | 101101 |
Color Harmonies of #A15345
Complementary color
Monochromatic Colors of #A15345
Black with #A15345
Text Example
Text Example
White with #A15345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15345; }
p { color: rgb(161,83,69); }
H1.HeaderClassName
{
color: #A15345;
}
.AnyTagClassName
{
color: #A15345;
}
</style>
background-color css
<style>
a { background-color: #A15345; }
a { background-color: rgb(161,83,69); }
div.DivClassName
{
background-color: #A15345;
}
.BgClassName
{
background-color: #A15345;
}
</style>
border-color css
<style>
span { border-color: #A15345; }
span { border-color: rgb(161,83,69); }
td.TdClassName
{
border-color: #A15345;
}
.TagClassName
{
border-color: #A15345;
}
</style>