Shades of Crail #AB594E
Tints of Crail #AB594E
RGB
CMYK
RGB Variations
Color information
#AB594E (or 0xAB594E) is known color: Crail. HEX triplet: AB, 59 and 4E. RGB value is (171,89,78). Sum of RGB (Red+Green+Blue) = 171+89+78=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB594E is #54A6B1. Grayscale: #707070. Windows color (decimal): -5547698 or 5134763. OLE color: 5134763.
HSL color Cylindrical-coordinate representation of color #AB594E: hue angle of 7.1º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB594E is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 78 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.33 |
| HSL | 7.1º | 0.37% | 0.49% | - |
| HSV(B) | 7.1º | 0.54% | 0.67% | - |
| XYZ | 21.74 | 16.35 | 9.22 | - |
| YUV | 112.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 78 | 0 | 0.48 | 0.54 | 0.33 | 7.1 | 0.37 | 0.49 |
| Hex | AB | 59 | 4E | 0 | 30 | 36 | 21 | 7 | 25 | 31 |
| Octal | 253 | 131 | 116 | 0 | 60 | 66 | 41 | 7 | 45 | 61 |
| Binary | 10101011 | 1011001 | 1001110 | 0 | 110000 | 110110 | 100001 | 111 | 100101 | 110001 |
Color Harmonies of #AB594E
Complementary color
Monochromatic Colors of #AB594E
Black with #AB594E
Text Example
Text Example
White with #AB594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB594E; }
p { color: rgb(171,89,78); }
H1.HeaderClassName
{
color: #AB594E;
}
.AnyTagClassName
{
color: #AB594E;
}
</style>
background-color css
<style>
a { background-color: #AB594E; }
a { background-color: rgb(171,89,78); }
div.DivClassName
{
background-color: #AB594E;
}
.BgClassName
{
background-color: #AB594E;
}
</style>
border-color css
<style>
span { border-color: #AB594E; }
span { border-color: rgb(171,89,78); }
td.TdClassName
{
border-color: #AB594E;
}
.TagClassName
{
border-color: #AB594E;
}
</style>