Shades of Crail #AB5540
Tints of Crail #AB5540
RGB
CMYK
RGB Variations
Color information
#AB5540 (or 0xAB5540) is known color: Crail. HEX triplet: AB, 55 and 40. RGB value is (171,85,64). Sum of RGB (Red+Green+Blue) = 171+85+64=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5540 is #54AABF. Grayscale: #6C6C6C. Windows color (decimal): -5548736 or 4216235. OLE color: 4216235.
HSL color Cylindrical-coordinate representation of color #AB5540: hue angle of 11.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB5540 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 64 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.33 |
| HSL | 11.78º | 0.46% | 0.46% | - |
| HSV(B) | 11.78º | 0.63% | 0.67% | - |
| XYZ | 20.97 | 15.53 | 6.74 | - |
| YUV | 108.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 64 | 0 | 0.50 | 0.63 | 0.33 | 11.78 | 0.46 | 0.46 |
| Hex | AB | 55 | 40 | 0 | 32 | 3F | 21 | C | 2E | 2E |
| Octal | 253 | 125 | 100 | 0 | 62 | 77 | 41 | 14 | 56 | 56 |
| Binary | 10101011 | 1010101 | 1000000 | 0 | 110010 | 111111 | 100001 | 1100 | 101110 | 101110 |
Color Harmonies of #AB5540
Complementary color
Monochromatic Colors of #AB5540
Black with #AB5540
Text Example
Text Example
White with #AB5540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5540; }
p { color: rgb(171,85,64); }
H1.HeaderClassName
{
color: #AB5540;
}
.AnyTagClassName
{
color: #AB5540;
}
</style>
background-color css
<style>
a { background-color: #AB5540; }
a { background-color: rgb(171,85,64); }
div.DivClassName
{
background-color: #AB5540;
}
.BgClassName
{
background-color: #AB5540;
}
</style>
border-color css
<style>
span { border-color: #AB5540; }
span { border-color: rgb(171,85,64); }
td.TdClassName
{
border-color: #AB5540;
}
.TagClassName
{
border-color: #AB5540;
}
</style>