Shades of Crail #A05345
Tints of Crail #A05345
RGB
CMYK
RGB Variations
Color information
#A05345 (or 0xA05345) is known color: Crail. HEX triplet: A0, 53 and 45. RGB value is (160,83,69). Sum of RGB (Red+Green+Blue) = 160+83+69=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A05345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05345 is #5FACBA. Grayscale: #686868. Windows color (decimal): -6270139 or 4543392. OLE color: 4543392.
HSL color Cylindrical-coordinate representation of color #A05345: hue angle of 9.23º 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 #A05345 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 69 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.37 |
| HSL | 9.23º | 0.4% | 0.45% | - |
| HSV(B) | 9.23º | 0.57% | 0.63% | - |
| XYZ | 18.66 | 14.09 | 7.37 | - |
| YUV | 104.43 | 108.01 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 69 | 0 | 0.48 | 0.57 | 0.37 | 9.23 | 0.4 | 0.45 |
| Hex | A0 | 53 | 45 | 0 | 30 | 39 | 25 | 9 | 28 | 2D |
| Octal | 240 | 123 | 105 | 0 | 60 | 71 | 45 | 11 | 50 | 55 |
| Binary | 10100000 | 1010011 | 1000101 | 0 | 110000 | 111001 | 100101 | 1001 | 101000 | 101101 |
Color Harmonies of #A05345
Complementary color
Monochromatic Colors of #A05345
Black with #A05345
Text Example
Text Example
White with #A05345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05345; }
p { color: rgb(160,83,69); }
H1.HeaderClassName
{
color: #A05345;
}
.AnyTagClassName
{
color: #A05345;
}
</style>
background-color css
<style>
a { background-color: #A05345; }
a { background-color: rgb(160,83,69); }
div.DivClassName
{
background-color: #A05345;
}
.BgClassName
{
background-color: #A05345;
}
</style>
border-color css
<style>
span { border-color: #A05345; }
span { border-color: rgb(160,83,69); }
td.TdClassName
{
border-color: #A05345;
}
.TagClassName
{
border-color: #A05345;
}
</style>