Shades of Crail #AB5641
Tints of Crail #AB5641
RGB
CMYK
RGB Variations
Color information
#AB5641 (or 0xAB5641) is known color: Crail. HEX triplet: AB, 56 and 41. RGB value is (171,86,65). Sum of RGB (Red+Green+Blue) = 171+86+65=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5641 is #54A9BE. Grayscale: #6D6D6D. Windows color (decimal): -5548479 or 4282027. OLE color: 4282027.
HSL color Cylindrical-coordinate representation of color #AB5641: hue angle of 11.89º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB5641 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 65 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.33 |
| HSL | 11.89º | 0.45% | 0.46% | - |
| HSV(B) | 11.89º | 0.62% | 0.67% | - |
| XYZ | 21.08 | 15.7 | 6.92 | - |
| YUV | 109.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 65 | 0 | 0.50 | 0.62 | 0.33 | 11.89 | 0.45 | 0.46 |
| Hex | AB | 56 | 41 | 0 | 32 | 3E | 21 | C | 2D | 2E |
| Octal | 253 | 126 | 101 | 0 | 62 | 76 | 41 | 14 | 55 | 56 |
| Binary | 10101011 | 1010110 | 1000001 | 0 | 110010 | 111110 | 100001 | 1100 | 101101 | 101110 |
Color Harmonies of #AB5641
Complementary color
Monochromatic Colors of #AB5641
Black with #AB5641
Text Example
Text Example
White with #AB5641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5641; }
p { color: rgb(171,86,65); }
H1.HeaderClassName
{
color: #AB5641;
}
.AnyTagClassName
{
color: #AB5641;
}
</style>
background-color css
<style>
a { background-color: #AB5641; }
a { background-color: rgb(171,86,65); }
div.DivClassName
{
background-color: #AB5641;
}
.BgClassName
{
background-color: #AB5641;
}
</style>
border-color css
<style>
span { border-color: #AB5641; }
span { border-color: rgb(171,86,65); }
td.TdClassName
{
border-color: #AB5641;
}
.TagClassName
{
border-color: #AB5641;
}
</style>