Shades of Crail #AB5D4A
Tints of Crail #AB5D4A
RGB
CMYK
RGB Variations
Color information
#AB5D4A (or 0xAB5D4A) is known color: Crail. HEX triplet: AB, 5D and 4A. RGB value is (171,93,74). Sum of RGB (Red+Green+Blue) = 171+93+74=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5D4A is #54A2B5. Grayscale: #727272. Windows color (decimal): -5546678 or 4873643. OLE color: 4873643.
HSL color Cylindrical-coordinate representation of color #AB5D4A: hue angle of 11.75º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB5D4A is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 74 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.33 |
| HSL | 11.75º | 0.4% | 0.48% | - |
| HSV(B) | 11.75º | 0.57% | 0.67% | - |
| XYZ | 21.94 | 16.98 | 8.6 | - |
| YUV | 114.16 | 105.34 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 74 | 0 | 0.46 | 0.57 | 0.33 | 11.75 | 0.4 | 0.48 |
| Hex | AB | 5D | 4A | 0 | 2E | 39 | 21 | C | 28 | 30 |
| Octal | 253 | 135 | 112 | 0 | 56 | 71 | 41 | 14 | 50 | 60 |
| Binary | 10101011 | 1011101 | 1001010 | 0 | 101110 | 111001 | 100001 | 1100 | 101000 | 110000 |
Color Harmonies of #AB5D4A
Complementary color
Monochromatic Colors of #AB5D4A
Black with #AB5D4A
Text Example
Text Example
White with #AB5D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D4A; }
p { color: rgb(171,93,74); }
H1.HeaderClassName
{
color: #AB5D4A;
}
.AnyTagClassName
{
color: #AB5D4A;
}
</style>
background-color css
<style>
a { background-color: #AB5D4A; }
a { background-color: rgb(171,93,74); }
div.DivClassName
{
background-color: #AB5D4A;
}
.BgClassName
{
background-color: #AB5D4A;
}
</style>
border-color css
<style>
span { border-color: #AB5D4A; }
span { border-color: rgb(171,93,74); }
td.TdClassName
{
border-color: #AB5D4A;
}
.TagClassName
{
border-color: #AB5D4A;
}
</style>