Shades of Crail #A55D4B
Tints of Crail #A55D4B
RGB
CMYK
RGB Variations
Color information
#A55D4B (or 0xA55D4B) is known color: Crail. HEX triplet: A5, 5D and 4B. RGB value is (165,93,75). Sum of RGB (Red+Green+Blue) = 165+93+75=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55D4B is #5AA2B4. Grayscale: #707070. Windows color (decimal): -5939893 or 4939173. OLE color: 4939173.
HSL color Cylindrical-coordinate representation of color #A55D4B: hue angle of 12º 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 #A55D4B is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 93 | 75 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.35 |
| HSL | 12º | 0.38% | 0.47% | - |
| HSV(B) | 12º | 0.55% | 0.65% | - |
| XYZ | 20.7 | 16.34 | 8.72 | - |
| YUV | 112.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 75 | 0 | 0.44 | 0.55 | 0.35 | 12 | 0.38 | 0.47 |
| Hex | A5 | 5D | 4B | 0 | 2C | 37 | 23 | C | 26 | 2F |
| Octal | 245 | 135 | 113 | 0 | 54 | 67 | 43 | 14 | 46 | 57 |
| Binary | 10100101 | 1011101 | 1001011 | 0 | 101100 | 110111 | 100011 | 1100 | 100110 | 101111 |
Color Harmonies of #A55D4B
Complementary color
Monochromatic Colors of #A55D4B
Black with #A55D4B
Text Example
Text Example
White with #A55D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55D4B; }
p { color: rgb(165,93,75); }
H1.HeaderClassName
{
color: #A55D4B;
}
.AnyTagClassName
{
color: #A55D4B;
}
</style>
background-color css
<style>
a { background-color: #A55D4B; }
a { background-color: rgb(165,93,75); }
div.DivClassName
{
background-color: #A55D4B;
}
.BgClassName
{
background-color: #A55D4B;
}
</style>
border-color css
<style>
span { border-color: #A55D4B; }
span { border-color: rgb(165,93,75); }
td.TdClassName
{
border-color: #A55D4B;
}
.TagClassName
{
border-color: #A55D4B;
}
</style>