Shades of Crail #A1594F
Tints of Crail #A1594F
RGB
CMYK
RGB Variations
Color information
#A1594F (or 0xA1594F) is known color: Crail. HEX triplet: A1, 59 and 4F. RGB value is (161,89,79). Sum of RGB (Red+Green+Blue) = 161+89+79=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A1594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1594F is #5EA6B0. Grayscale: #6D6D6D. Windows color (decimal): -6203057 or 5200289. OLE color: 5200289.
HSL color Cylindrical-coordinate representation of color #A1594F: hue angle of 7.32º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1594F is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 79 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.37 |
| HSL | 7.32º | 0.34% | 0.47% | - |
| HSV(B) | 7.32º | 0.51% | 0.63% | - |
| XYZ | 19.68 | 15.29 | 9.31 | - |
| YUV | 109.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 79 | 0 | 0.45 | 0.51 | 0.37 | 7.32 | 0.34 | 0.47 |
| Hex | A1 | 59 | 4F | 0 | 2D | 33 | 25 | 7 | 22 | 2F |
| Octal | 241 | 131 | 117 | 0 | 55 | 63 | 45 | 7 | 42 | 57 |
| Binary | 10100001 | 1011001 | 1001111 | 0 | 101101 | 110011 | 100101 | 111 | 100010 | 101111 |
Color Harmonies of #A1594F
Complementary color
Monochromatic Colors of #A1594F
Black with #A1594F
Text Example
Text Example
White with #A1594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1594F; }
p { color: rgb(161,89,79); }
H1.HeaderClassName
{
color: #A1594F;
}
.AnyTagClassName
{
color: #A1594F;
}
</style>
background-color css
<style>
a { background-color: #A1594F; }
a { background-color: rgb(161,89,79); }
div.DivClassName
{
background-color: #A1594F;
}
.BgClassName
{
background-color: #A1594F;
}
</style>
border-color css
<style>
span { border-color: #A1594F; }
span { border-color: rgb(161,89,79); }
td.TdClassName
{
border-color: #A1594F;
}
.TagClassName
{
border-color: #A1594F;
}
</style>