Shades of Crail #AB5E56
Tints of Crail #AB5E56
RGB
CMYK
RGB Variations
Color information
#AB5E56 (or 0xAB5E56) is known color: Crail. HEX triplet: AB, 5E and 56. RGB value is (171,94,86). Sum of RGB (Red+Green+Blue) = 171+94+86=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5E56 is #54A1A9. Grayscale: #747474. Windows color (decimal): -5546410 or 5660331. OLE color: 5660331.
HSL color Cylindrical-coordinate representation of color #AB5E56: hue angle of 5.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5E56 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 86 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.33 |
| HSL | 5.65º | 0.34% | 0.5% | - |
| HSV(B) | 5.65º | 0.5% | 0.67% | - |
| XYZ | 22.48 | 17.34 | 10.97 | - |
| YUV | 116.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 86 | 0 | 0.45 | 0.50 | 0.33 | 5.65 | 0.34 | 0.5 |
| Hex | AB | 5E | 56 | 0 | 2D | 32 | 21 | 6 | 22 | 32 |
| Octal | 253 | 136 | 126 | 0 | 55 | 62 | 41 | 6 | 42 | 62 |
| Binary | 10101011 | 1011110 | 1010110 | 0 | 101101 | 110010 | 100001 | 110 | 100010 | 110010 |
Color Harmonies of #AB5E56
Complementary color
Monochromatic Colors of #AB5E56
Black with #AB5E56
Text Example
Text Example
White with #AB5E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E56; }
p { color: rgb(171,94,86); }
H1.HeaderClassName
{
color: #AB5E56;
}
.AnyTagClassName
{
color: #AB5E56;
}
</style>
background-color css
<style>
a { background-color: #AB5E56; }
a { background-color: rgb(171,94,86); }
div.DivClassName
{
background-color: #AB5E56;
}
.BgClassName
{
background-color: #AB5E56;
}
</style>
border-color css
<style>
span { border-color: #AB5E56; }
span { border-color: rgb(171,94,86); }
td.TdClassName
{
border-color: #AB5E56;
}
.TagClassName
{
border-color: #AB5E56;
}
</style>