Shades of Crail #AB5845
Tints of Crail #AB5845
RGB
CMYK
RGB Variations
Color information
#AB5845 (or 0xAB5845) is known color: Crail. HEX triplet: AB, 58 and 45. RGB value is (171,88,69). Sum of RGB (Red+Green+Blue) = 171+88+69=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5845 is #54A7BA. Grayscale: #6E6E6E. Windows color (decimal): -5547963 or 4544683. OLE color: 4544683.
HSL color Cylindrical-coordinate representation of color #AB5845: hue angle of 11.18º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB5845 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 69 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.33 |
| HSL | 11.18º | 0.43% | 0.47% | - |
| HSV(B) | 11.18º | 0.6% | 0.67% | - |
| XYZ | 21.36 | 16.07 | 7.61 | - |
| YUV | 110.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 69 | 0 | 0.49 | 0.60 | 0.33 | 11.18 | 0.43 | 0.47 |
| Hex | AB | 58 | 45 | 0 | 31 | 3C | 21 | B | 2A | 2F |
| Octal | 253 | 130 | 105 | 0 | 61 | 74 | 41 | 13 | 52 | 57 |
| Binary | 10101011 | 1011000 | 1000101 | 0 | 110001 | 111100 | 100001 | 1011 | 101010 | 101111 |
Color Harmonies of #AB5845
Complementary color
Monochromatic Colors of #AB5845
Black with #AB5845
Text Example
Text Example
White with #AB5845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5845; }
p { color: rgb(171,88,69); }
H1.HeaderClassName
{
color: #AB5845;
}
.AnyTagClassName
{
color: #AB5845;
}
</style>
background-color css
<style>
a { background-color: #AB5845; }
a { background-color: rgb(171,88,69); }
div.DivClassName
{
background-color: #AB5845;
}
.BgClassName
{
background-color: #AB5845;
}
</style>
border-color css
<style>
span { border-color: #AB5845; }
span { border-color: rgb(171,88,69); }
td.TdClassName
{
border-color: #AB5845;
}
.TagClassName
{
border-color: #AB5845;
}
</style>