Shades of Crail #AB5C4E
Tints of Crail #AB5C4E
RGB
CMYK
RGB Variations
Color information
#AB5C4E (or 0xAB5C4E) is known color: Crail. HEX triplet: AB, 5C and 4E. RGB value is (171,92,78). Sum of RGB (Red+Green+Blue) = 171+92+78=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5C4E is #54A3B1. Grayscale: #727272. Windows color (decimal): -5546930 or 5135531. OLE color: 5135531.
HSL color Cylindrical-coordinate representation of color #AB5C4E: hue angle of 9.03º 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 #AB5C4E is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 92 | 78 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.33 |
| HSL | 9.03º | 0.37% | 0.49% | - |
| HSV(B) | 9.03º | 0.54% | 0.67% | - |
| XYZ | 22 | 16.86 | 9.3 | - |
| YUV | 114.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 78 | 0 | 0.46 | 0.54 | 0.33 | 9.03 | 0.37 | 0.49 |
| Hex | AB | 5C | 4E | 0 | 2E | 36 | 21 | 9 | 25 | 31 |
| Octal | 253 | 134 | 116 | 0 | 56 | 66 | 41 | 11 | 45 | 61 |
| Binary | 10101011 | 1011100 | 1001110 | 0 | 101110 | 110110 | 100001 | 1001 | 100101 | 110001 |
Color Harmonies of #AB5C4E
Complementary color
Monochromatic Colors of #AB5C4E
Black with #AB5C4E
Text Example
Text Example
White with #AB5C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5C4E; }
p { color: rgb(171,92,78); }
H1.HeaderClassName
{
color: #AB5C4E;
}
.AnyTagClassName
{
color: #AB5C4E;
}
</style>
background-color css
<style>
a { background-color: #AB5C4E; }
a { background-color: rgb(171,92,78); }
div.DivClassName
{
background-color: #AB5C4E;
}
.BgClassName
{
background-color: #AB5C4E;
}
</style>
border-color css
<style>
span { border-color: #AB5C4E; }
span { border-color: rgb(171,92,78); }
td.TdClassName
{
border-color: #AB5C4E;
}
.TagClassName
{
border-color: #AB5C4E;
}
</style>