Shades of Crail #A0554B
Tints of Crail #A0554B
RGB
CMYK
RGB Variations
Color information
#A0554B (or 0xA0554B) is known color: Crail. HEX triplet: A0, 55 and 4B. RGB value is (160,85,75). Sum of RGB (Red+Green+Blue) = 160+85+75=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0554B is #5FAAB4. Grayscale: #6A6A6A. Windows color (decimal): -6269621 or 4937120. OLE color: 4937120.
HSL color Cylindrical-coordinate representation of color #A0554B: hue angle of 7.06º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0554B is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 85 | 75 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.37 |
| HSL | 7.06º | 0.36% | 0.46% | - |
| HSV(B) | 7.06º | 0.53% | 0.63% | - |
| XYZ | 19.02 | 14.48 | 8.45 | - |
| YUV | 106.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 75 | 0 | 0.47 | 0.53 | 0.37 | 7.06 | 0.36 | 0.46 |
| Hex | A0 | 55 | 4B | 0 | 2F | 35 | 25 | 7 | 24 | 2E |
| Octal | 240 | 125 | 113 | 0 | 57 | 65 | 45 | 7 | 44 | 56 |
| Binary | 10100000 | 1010101 | 1001011 | 0 | 101111 | 110101 | 100101 | 111 | 100100 | 101110 |
Color Harmonies of #A0554B
Complementary color
Monochromatic Colors of #A0554B
Black with #A0554B
Text Example
Text Example
White with #A0554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0554B; }
p { color: rgb(160,85,75); }
H1.HeaderClassName
{
color: #A0554B;
}
.AnyTagClassName
{
color: #A0554B;
}
</style>
background-color css
<style>
a { background-color: #A0554B; }
a { background-color: rgb(160,85,75); }
div.DivClassName
{
background-color: #A0554B;
}
.BgClassName
{
background-color: #A0554B;
}
</style>
border-color css
<style>
span { border-color: #A0554B; }
span { border-color: rgb(160,85,75); }
td.TdClassName
{
border-color: #A0554B;
}
.TagClassName
{
border-color: #A0554B;
}
</style>