Shades of Crail #A1584E
Tints of Crail #A1584E
RGB
CMYK
RGB Variations
Color information
#A1584E (or 0xA1584E) is known color: Crail. HEX triplet: A1, 58 and 4E. RGB value is (161,88,78). Sum of RGB (Red+Green+Blue) = 161+88+78=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A1584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1584E is #5EA7B1. Grayscale: #6C6C6C. Windows color (decimal): -6203314 or 5134497. OLE color: 5134497.
HSL color Cylindrical-coordinate representation of color #A1584E: hue angle of 7.23º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1584E is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 78 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.37 |
| HSL | 7.23º | 0.35% | 0.47% | - |
| HSV(B) | 7.23º | 0.52% | 0.63% | - |
| XYZ | 19.56 | 15.11 | 9.09 | - |
| YUV | 108.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 78 | 0 | 0.45 | 0.52 | 0.37 | 7.23 | 0.35 | 0.47 |
| Hex | A1 | 58 | 4E | 0 | 2D | 34 | 25 | 7 | 23 | 2F |
| Octal | 241 | 130 | 116 | 0 | 55 | 64 | 45 | 7 | 43 | 57 |
| Binary | 10100001 | 1011000 | 1001110 | 0 | 101101 | 110100 | 100101 | 111 | 100011 | 101111 |
Color Harmonies of #A1584E
Complementary color
Monochromatic Colors of #A1584E
Black with #A1584E
Text Example
Text Example
White with #A1584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1584E; }
p { color: rgb(161,88,78); }
H1.HeaderClassName
{
color: #A1584E;
}
.AnyTagClassName
{
color: #A1584E;
}
</style>
background-color css
<style>
a { background-color: #A1584E; }
a { background-color: rgb(161,88,78); }
div.DivClassName
{
background-color: #A1584E;
}
.BgClassName
{
background-color: #A1584E;
}
</style>
border-color css
<style>
span { border-color: #A1584E; }
span { border-color: rgb(161,88,78); }
td.TdClassName
{
border-color: #A1584E;
}
.TagClassName
{
border-color: #A1584E;
}
</style>