Shades of Crail #AB5D54
Tints of Crail #AB5D54
RGB
CMYK
RGB Variations
Color information
#AB5D54 (or 0xAB5D54) is known color: Crail. HEX triplet: AB, 5D and 54. RGB value is (171,93,84). Sum of RGB (Red+Green+Blue) = 171+93+84=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5D54 is #54A2AB. Grayscale: #737373. Windows color (decimal): -5546668 or 5529003. OLE color: 5529003.
HSL color Cylindrical-coordinate representation of color #AB5D54: hue angle of 6.21º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5D54 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 84 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.33 |
| HSL | 6.21º | 0.34% | 0.5% | - |
| HSV(B) | 6.21º | 0.51% | 0.67% | - |
| XYZ | 22.31 | 17.13 | 10.52 | - |
| YUV | 115.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 84 | 0 | 0.46 | 0.51 | 0.33 | 6.21 | 0.34 | 0.5 |
| Hex | AB | 5D | 54 | 0 | 2E | 33 | 21 | 6 | 22 | 32 |
| Octal | 253 | 135 | 124 | 0 | 56 | 63 | 41 | 6 | 42 | 62 |
| Binary | 10101011 | 1011101 | 1010100 | 0 | 101110 | 110011 | 100001 | 110 | 100010 | 110010 |
Color Harmonies of #AB5D54
Complementary color
Monochromatic Colors of #AB5D54
Black with #AB5D54
Text Example
Text Example
White with #AB5D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D54; }
p { color: rgb(171,93,84); }
H1.HeaderClassName
{
color: #AB5D54;
}
.AnyTagClassName
{
color: #AB5D54;
}
</style>
background-color css
<style>
a { background-color: #AB5D54; }
a { background-color: rgb(171,93,84); }
div.DivClassName
{
background-color: #AB5D54;
}
.BgClassName
{
background-color: #AB5D54;
}
</style>
border-color css
<style>
span { border-color: #AB5D54; }
span { border-color: rgb(171,93,84); }
td.TdClassName
{
border-color: #AB5D54;
}
.TagClassName
{
border-color: #AB5D54;
}
</style>