Shades of Crail #A55E4A
Tints of Crail #A55E4A
RGB
CMYK
RGB Variations
Color information
#A55E4A (or 0xA55E4A) is known color: Crail. HEX triplet: A5, 5E and 4A. RGB value is (165,94,74). Sum of RGB (Red+Green+Blue) = 165+94+74=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55E4A is #5AA1B5. Grayscale: #717171. Windows color (decimal): -5939638 or 4873893. OLE color: 4873893.
HSL color Cylindrical-coordinate representation of color #A55E4A: hue angle of 13.19º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A55E4A is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 94 | 74 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.35 |
| HSL | 13.19º | 0.38% | 0.47% | - |
| HSV(B) | 13.19º | 0.55% | 0.65% | - |
| XYZ | 20.76 | 16.5 | 8.57 | - |
| YUV | 112.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 74 | 0 | 0.43 | 0.55 | 0.35 | 13.19 | 0.38 | 0.47 |
| Hex | A5 | 5E | 4A | 0 | 2B | 37 | 23 | D | 26 | 2F |
| Octal | 245 | 136 | 112 | 0 | 53 | 67 | 43 | 15 | 46 | 57 |
| Binary | 10100101 | 1011110 | 1001010 | 0 | 101011 | 110111 | 100011 | 1101 | 100110 | 101111 |
Color Harmonies of #A55E4A
Complementary color
Monochromatic Colors of #A55E4A
Black with #A55E4A
Text Example
Text Example
White with #A55E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55E4A; }
p { color: rgb(165,94,74); }
H1.HeaderClassName
{
color: #A55E4A;
}
.AnyTagClassName
{
color: #A55E4A;
}
</style>
background-color css
<style>
a { background-color: #A55E4A; }
a { background-color: rgb(165,94,74); }
div.DivClassName
{
background-color: #A55E4A;
}
.BgClassName
{
background-color: #A55E4A;
}
</style>
border-color css
<style>
span { border-color: #A55E4A; }
span { border-color: rgb(165,94,74); }
td.TdClassName
{
border-color: #A55E4A;
}
.TagClassName
{
border-color: #A55E4A;
}
</style>