Shades of Crail #A1564A
Tints of Crail #A1564A
RGB
CMYK
RGB Variations
Color information
#A1564A (or 0xA1564A) is known color: Crail. HEX triplet: A1, 56 and 4A. RGB value is (161,86,74). Sum of RGB (Red+Green+Blue) = 161+86+74=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1564A is #5EA9B5. Grayscale: #6B6B6B. Windows color (decimal): -6203830 or 4871841. OLE color: 4871841.
HSL color Cylindrical-coordinate representation of color #A1564A: hue angle of 8.28º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1564A is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 86 | 74 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.37 |
| HSL | 8.28º | 0.37% | 0.46% | - |
| HSV(B) | 8.28º | 0.54% | 0.63% | - |
| XYZ | 19.26 | 14.73 | 8.31 | - |
| YUV | 107.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 74 | 0 | 0.47 | 0.54 | 0.37 | 8.28 | 0.37 | 0.46 |
| Hex | A1 | 56 | 4A | 0 | 2F | 36 | 25 | 8 | 25 | 2E |
| Octal | 241 | 126 | 112 | 0 | 57 | 66 | 45 | 10 | 45 | 56 |
| Binary | 10100001 | 1010110 | 1001010 | 0 | 101111 | 110110 | 100101 | 1000 | 100101 | 101110 |
Color Harmonies of #A1564A
Complementary color
Monochromatic Colors of #A1564A
Black with #A1564A
Text Example
Text Example
White with #A1564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1564A; }
p { color: rgb(161,86,74); }
H1.HeaderClassName
{
color: #A1564A;
}
.AnyTagClassName
{
color: #A1564A;
}
</style>
background-color css
<style>
a { background-color: #A1564A; }
a { background-color: rgb(161,86,74); }
div.DivClassName
{
background-color: #A1564A;
}
.BgClassName
{
background-color: #A1564A;
}
</style>
border-color css
<style>
span { border-color: #A1564A; }
span { border-color: rgb(161,86,74); }
td.TdClassName
{
border-color: #A1564A;
}
.TagClassName
{
border-color: #A1564A;
}
</style>