Shades of Crail #A55745
Tints of Crail #A55745
RGB
CMYK
RGB Variations
Color information
#A55745 (or 0xA55745) is known color: Crail. HEX triplet: A5, 57 and 45. RGB value is (165,87,69). Sum of RGB (Red+Green+Blue) = 165+87+69=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A55745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55745 is #5AA8BA. Grayscale: #6C6C6C. Windows color (decimal): -5941435 or 4544421. OLE color: 4544421.
HSL color Cylindrical-coordinate representation of color #A55745: hue angle of 11.25º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A55745 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 87 | 69 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.35 |
| HSL | 11.25º | 0.41% | 0.46% | - |
| HSV(B) | 11.25º | 0.58% | 0.65% | - |
| XYZ | 20 | 15.25 | 7.52 | - |
| YUV | 108.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 69 | 0 | 0.47 | 0.58 | 0.35 | 11.25 | 0.41 | 0.46 |
| Hex | A5 | 57 | 45 | 0 | 2F | 3A | 23 | B | 29 | 2E |
| Octal | 245 | 127 | 105 | 0 | 57 | 72 | 43 | 13 | 51 | 56 |
| Binary | 10100101 | 1010111 | 1000101 | 0 | 101111 | 111010 | 100011 | 1011 | 101001 | 101110 |
Color Harmonies of #A55745
Complementary color
Monochromatic Colors of #A55745
Black with #A55745
Text Example
Text Example
White with #A55745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55745; }
p { color: rgb(165,87,69); }
H1.HeaderClassName
{
color: #A55745;
}
.AnyTagClassName
{
color: #A55745;
}
</style>
background-color css
<style>
a { background-color: #A55745; }
a { background-color: rgb(165,87,69); }
div.DivClassName
{
background-color: #A55745;
}
.BgClassName
{
background-color: #A55745;
}
</style>
border-color css
<style>
span { border-color: #A55745; }
span { border-color: rgb(165,87,69); }
td.TdClassName
{
border-color: #A55745;
}
.TagClassName
{
border-color: #A55745;
}
</style>