Shades of Crail #A1564D
Tints of Crail #A1564D
RGB
CMYK
RGB Variations
Color information
#A1564D (or 0xA1564D) is known color: Crail. HEX triplet: A1, 56 and 4D. RGB value is (161,86,77). Sum of RGB (Red+Green+Blue) = 161+86+77=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1564D is #5EA9B2. Grayscale: #6B6B6B. Windows color (decimal): -6203827 or 5068449. OLE color: 5068449.
HSL color Cylindrical-coordinate representation of color #A1564D: hue angle of 6.43º 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 #A1564D is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 86 | 77 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.37 |
| HSL | 6.43º | 0.35% | 0.47% | - |
| HSV(B) | 6.43º | 0.52% | 0.63% | - |
| XYZ | 19.37 | 14.77 | 8.85 | - |
| YUV | 107.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 77 | 0 | 0.47 | 0.52 | 0.37 | 6.43 | 0.35 | 0.47 |
| Hex | A1 | 56 | 4D | 0 | 2F | 34 | 25 | 6 | 23 | 2F |
| Octal | 241 | 126 | 115 | 0 | 57 | 64 | 45 | 6 | 43 | 57 |
| Binary | 10100001 | 1010110 | 1001101 | 0 | 101111 | 110100 | 100101 | 110 | 100011 | 101111 |
Color Harmonies of #A1564D
Complementary color
Monochromatic Colors of #A1564D
Black with #A1564D
Text Example
Text Example
White with #A1564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1564D; }
p { color: rgb(161,86,77); }
H1.HeaderClassName
{
color: #A1564D;
}
.AnyTagClassName
{
color: #A1564D;
}
</style>
background-color css
<style>
a { background-color: #A1564D; }
a { background-color: rgb(161,86,77); }
div.DivClassName
{
background-color: #A1564D;
}
.BgClassName
{
background-color: #A1564D;
}
</style>
border-color css
<style>
span { border-color: #A1564D; }
span { border-color: rgb(161,86,77); }
td.TdClassName
{
border-color: #A1564D;
}
.TagClassName
{
border-color: #A1564D;
}
</style>