Shades of Crail #A1584A
Tints of Crail #A1584A
RGB
CMYK
RGB Variations
Color information
#A1584A (or 0xA1584A) is known color: Crail. HEX triplet: A1, 58 and 4A. RGB value is (161,88,74). Sum of RGB (Red+Green+Blue) = 161+88+74=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1584A is #5EA7B5. Grayscale: #6C6C6C. Windows color (decimal): -6203318 or 4872353. OLE color: 4872353.
HSL color Cylindrical-coordinate representation of color #A1584A: hue angle of 9.66º 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 #A1584A is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 74 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.37 |
| HSL | 9.66º | 0.37% | 0.46% | - |
| HSV(B) | 9.66º | 0.54% | 0.63% | - |
| XYZ | 19.42 | 15.05 | 8.36 | - |
| YUV | 108.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 74 | 0 | 0.45 | 0.54 | 0.37 | 9.66 | 0.37 | 0.46 |
| Hex | A1 | 58 | 4A | 0 | 2D | 36 | 25 | A | 25 | 2E |
| Octal | 241 | 130 | 112 | 0 | 55 | 66 | 45 | 12 | 45 | 56 |
| Binary | 10100001 | 1011000 | 1001010 | 0 | 101101 | 110110 | 100101 | 1010 | 100101 | 101110 |
Color Harmonies of #A1584A
Complementary color
Monochromatic Colors of #A1584A
Black with #A1584A
Text Example
Text Example
White with #A1584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1584A; }
p { color: rgb(161,88,74); }
H1.HeaderClassName
{
color: #A1584A;
}
.AnyTagClassName
{
color: #A1584A;
}
</style>
background-color css
<style>
a { background-color: #A1584A; }
a { background-color: rgb(161,88,74); }
div.DivClassName
{
background-color: #A1584A;
}
.BgClassName
{
background-color: #A1584A;
}
</style>
border-color css
<style>
span { border-color: #A1584A; }
span { border-color: rgb(161,88,74); }
td.TdClassName
{
border-color: #A1584A;
}
.TagClassName
{
border-color: #A1584A;
}
</style>