Shades of Crail #A0584A
Tints of Crail #A0584A
RGB
CMYK
RGB Variations
Color information
#A0584A (or 0xA0584A) is known color: Crail. HEX triplet: A0, 58 and 4A. RGB value is (160,88,74). Sum of RGB (Red+Green+Blue) = 160+88+74=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0584A is #5FA7B5. Grayscale: #6C6C6C. Windows color (decimal): -6268854 or 4872352. OLE color: 4872352.
HSL color Cylindrical-coordinate representation of color #A0584A: hue angle of 9.77º 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 #A0584A is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 88 | 74 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.37 |
| HSL | 9.77º | 0.37% | 0.46% | - |
| HSV(B) | 9.77º | 0.54% | 0.63% | - |
| XYZ | 19.22 | 14.95 | 8.35 | - |
| YUV | 107.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 74 | 0 | 0.45 | 0.54 | 0.37 | 9.77 | 0.37 | 0.46 |
| Hex | A0 | 58 | 4A | 0 | 2D | 36 | 25 | A | 25 | 2E |
| Octal | 240 | 130 | 112 | 0 | 55 | 66 | 45 | 12 | 45 | 56 |
| Binary | 10100000 | 1011000 | 1001010 | 0 | 101101 | 110110 | 100101 | 1010 | 100101 | 101110 |
Color Harmonies of #A0584A
Complementary color
Monochromatic Colors of #A0584A
Black with #A0584A
Text Example
Text Example
White with #A0584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0584A; }
p { color: rgb(160,88,74); }
H1.HeaderClassName
{
color: #A0584A;
}
.AnyTagClassName
{
color: #A0584A;
}
</style>
background-color css
<style>
a { background-color: #A0584A; }
a { background-color: rgb(160,88,74); }
div.DivClassName
{
background-color: #A0584A;
}
.BgClassName
{
background-color: #A0584A;
}
</style>
border-color css
<style>
span { border-color: #A0584A; }
span { border-color: rgb(160,88,74); }
td.TdClassName
{
border-color: #A0584A;
}
.TagClassName
{
border-color: #A0584A;
}
</style>