Shades of Crail #A0584D
Tints of Crail #A0584D
RGB
CMYK
RGB Variations
Color information
#A0584D (or 0xA0584D) is known color: Crail. HEX triplet: A0, 58 and 4D. RGB value is (160,88,77). Sum of RGB (Red+Green+Blue) = 160+88+77=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0584D is #5FA7B2. Grayscale: #6C6C6C. Windows color (decimal): -6268851 or 5068960. OLE color: 5068960.
HSL color Cylindrical-coordinate representation of color #A0584D: hue angle of 7.95º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0584D is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 88 | 77 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.37 |
| HSL | 7.95º | 0.35% | 0.46% | - |
| HSV(B) | 7.95º | 0.52% | 0.63% | - |
| XYZ | 19.33 | 14.99 | 8.9 | - |
| YUV | 108.27 | 110.35 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 77 | 0 | 0.45 | 0.52 | 0.37 | 7.95 | 0.35 | 0.46 |
| Hex | A0 | 58 | 4D | 0 | 2D | 34 | 25 | 8 | 23 | 2E |
| Octal | 240 | 130 | 115 | 0 | 55 | 64 | 45 | 10 | 43 | 56 |
| Binary | 10100000 | 1011000 | 1001101 | 0 | 101101 | 110100 | 100101 | 1000 | 100011 | 101110 |
Color Harmonies of #A0584D
Complementary color
Monochromatic Colors of #A0584D
Black with #A0584D
Text Example
Text Example
White with #A0584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0584D; }
p { color: rgb(160,88,77); }
H1.HeaderClassName
{
color: #A0584D;
}
.AnyTagClassName
{
color: #A0584D;
}
</style>
background-color css
<style>
a { background-color: #A0584D; }
a { background-color: rgb(160,88,77); }
div.DivClassName
{
background-color: #A0584D;
}
.BgClassName
{
background-color: #A0584D;
}
</style>
border-color css
<style>
span { border-color: #A0584D; }
span { border-color: rgb(160,88,77); }
td.TdClassName
{
border-color: #A0584D;
}
.TagClassName
{
border-color: #A0584D;
}
</style>