Shades of Crail #A55C51
Tints of Crail #A55C51
RGB
CMYK
RGB Variations
Color information
#A55C51 (or 0xA55C51) is known color: Crail. HEX triplet: A5, 5C and 51. RGB value is (165,92,81). Sum of RGB (Red+Green+Blue) = 165+92+81=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55C51 is #5AA3AE. Grayscale: #707070. Windows color (decimal): -5940143 or 5332133. OLE color: 5332133.
HSL color Cylindrical-coordinate representation of color #A55C51: hue angle of 7.86º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A55C51 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 92 | 81 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.35 |
| HSL | 7.86º | 0.34% | 0.48% | - |
| HSV(B) | 7.86º | 0.51% | 0.65% | - |
| XYZ | 20.83 | 16.25 | 9.82 | - |
| YUV | 112.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 81 | 0 | 0.44 | 0.51 | 0.35 | 7.86 | 0.34 | 0.48 |
| Hex | A5 | 5C | 51 | 0 | 2C | 33 | 23 | 8 | 22 | 30 |
| Octal | 245 | 134 | 121 | 0 | 54 | 63 | 43 | 10 | 42 | 60 |
| Binary | 10100101 | 1011100 | 1010001 | 0 | 101100 | 110011 | 100011 | 1000 | 100010 | 110000 |
Color Harmonies of #A55C51
Complementary color
Monochromatic Colors of #A55C51
Black with #A55C51
Text Example
Text Example
White with #A55C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55C51; }
p { color: rgb(165,92,81); }
H1.HeaderClassName
{
color: #A55C51;
}
.AnyTagClassName
{
color: #A55C51;
}
</style>
background-color css
<style>
a { background-color: #A55C51; }
a { background-color: rgb(165,92,81); }
div.DivClassName
{
background-color: #A55C51;
}
.BgClassName
{
background-color: #A55C51;
}
</style>
border-color css
<style>
span { border-color: #A55C51; }
span { border-color: rgb(165,92,81); }
td.TdClassName
{
border-color: #A55C51;
}
.TagClassName
{
border-color: #A55C51;
}
</style>