Shades of Crail #AB5E4E
Tints of Crail #AB5E4E
RGB
CMYK
RGB Variations
Color information
#AB5E4E (or 0xAB5E4E) is known color: Crail. HEX triplet: AB, 5E and 4E. RGB value is (171,94,78). Sum of RGB (Red+Green+Blue) = 171+94+78=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5E4E is #54A1B1. Grayscale: #737373. Windows color (decimal): -5546418 or 5136043. OLE color: 5136043.
HSL color Cylindrical-coordinate representation of color #AB5E4E: hue angle of 10.32º 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 #AB5E4E is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 78 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.33 |
| HSL | 10.32º | 0.37% | 0.49% | - |
| HSV(B) | 10.32º | 0.54% | 0.67% | - |
| XYZ | 22.17 | 17.21 | 9.36 | - |
| YUV | 115.2 | 107.01 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 78 | 0 | 0.45 | 0.54 | 0.33 | 10.32 | 0.37 | 0.49 |
| Hex | AB | 5E | 4E | 0 | 2D | 36 | 21 | A | 25 | 31 |
| Octal | 253 | 136 | 116 | 0 | 55 | 66 | 41 | 12 | 45 | 61 |
| Binary | 10101011 | 1011110 | 1001110 | 0 | 101101 | 110110 | 100001 | 1010 | 100101 | 110001 |
Color Harmonies of #AB5E4E
Complementary color
Monochromatic Colors of #AB5E4E
Black with #AB5E4E
Text Example
Text Example
White with #AB5E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E4E; }
p { color: rgb(171,94,78); }
H1.HeaderClassName
{
color: #AB5E4E;
}
.AnyTagClassName
{
color: #AB5E4E;
}
</style>
background-color css
<style>
a { background-color: #AB5E4E; }
a { background-color: rgb(171,94,78); }
div.DivClassName
{
background-color: #AB5E4E;
}
.BgClassName
{
background-color: #AB5E4E;
}
</style>
border-color css
<style>
span { border-color: #AB5E4E; }
span { border-color: rgb(171,94,78); }
td.TdClassName
{
border-color: #AB5E4E;
}
.TagClassName
{
border-color: #AB5E4E;
}
</style>