Shades of Crail #AB5D51
Tints of Crail #AB5D51
RGB
CMYK
RGB Variations
Color information
#AB5D51 (or 0xAB5D51) is known color: Crail. HEX triplet: AB, 5D and 51. RGB value is (171,93,81). Sum of RGB (Red+Green+Blue) = 171+93+81=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5D51 is #54A2AE. Grayscale: #737373. Windows color (decimal): -5546671 or 5332395. OLE color: 5332395.
HSL color Cylindrical-coordinate representation of color #AB5D51: hue angle of 8º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5D51 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 81 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.33 |
| HSL | 8º | 0.36% | 0.49% | - |
| HSV(B) | 8º | 0.53% | 0.67% | - |
| XYZ | 22.19 | 17.08 | 9.91 | - |
| YUV | 114.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 81 | 0 | 0.46 | 0.53 | 0.33 | 8 | 0.36 | 0.49 |
| Hex | AB | 5D | 51 | 0 | 2E | 35 | 21 | 8 | 24 | 31 |
| Octal | 253 | 135 | 121 | 0 | 56 | 65 | 41 | 10 | 44 | 61 |
| Binary | 10101011 | 1011101 | 1010001 | 0 | 101110 | 110101 | 100001 | 1000 | 100100 | 110001 |
Color Harmonies of #AB5D51
Complementary color
Monochromatic Colors of #AB5D51
Black with #AB5D51
Text Example
Text Example
White with #AB5D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D51; }
p { color: rgb(171,93,81); }
H1.HeaderClassName
{
color: #AB5D51;
}
.AnyTagClassName
{
color: #AB5D51;
}
</style>
background-color css
<style>
a { background-color: #AB5D51; }
a { background-color: rgb(171,93,81); }
div.DivClassName
{
background-color: #AB5D51;
}
.BgClassName
{
background-color: #AB5D51;
}
</style>
border-color css
<style>
span { border-color: #AB5D51; }
span { border-color: rgb(171,93,81); }
td.TdClassName
{
border-color: #AB5D51;
}
.TagClassName
{
border-color: #AB5D51;
}
</style>