Shades of Crail #AB5E4C
Tints of Crail #AB5E4C
RGB
CMYK
RGB Variations
Color information
#AB5E4C (or 0xAB5E4C) is known color: Crail. HEX triplet: AB, 5E and 4C. RGB value is (171,94,76). Sum of RGB (Red+Green+Blue) = 171+94+76=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E4C is #54A1B3. Grayscale: #737373. Windows color (decimal): -5546420 or 5004971. OLE color: 5004971.
HSL color Cylindrical-coordinate representation of color #AB5E4C: hue angle of 11.37º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB5E4C is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 76 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.33 |
| HSL | 11.37º | 0.38% | 0.48% | - |
| HSV(B) | 11.37º | 0.56% | 0.67% | - |
| XYZ | 22.1 | 17.19 | 8.99 | - |
| YUV | 114.97 | 106.01 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 76 | 0 | 0.45 | 0.56 | 0.33 | 11.37 | 0.38 | 0.48 |
| Hex | AB | 5E | 4C | 0 | 2D | 38 | 21 | B | 26 | 30 |
| Octal | 253 | 136 | 114 | 0 | 55 | 70 | 41 | 13 | 46 | 60 |
| Binary | 10101011 | 1011110 | 1001100 | 0 | 101101 | 111000 | 100001 | 1011 | 100110 | 110000 |
Color Harmonies of #AB5E4C
Complementary color
Monochromatic Colors of #AB5E4C
Black with #AB5E4C
Text Example
Text Example
White with #AB5E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E4C; }
p { color: rgb(171,94,76); }
H1.HeaderClassName
{
color: #AB5E4C;
}
.AnyTagClassName
{
color: #AB5E4C;
}
</style>
background-color css
<style>
a { background-color: #AB5E4C; }
a { background-color: rgb(171,94,76); }
div.DivClassName
{
background-color: #AB5E4C;
}
.BgClassName
{
background-color: #AB5E4C;
}
</style>
border-color css
<style>
span { border-color: #AB5E4C; }
span { border-color: rgb(171,94,76); }
td.TdClassName
{
border-color: #AB5E4C;
}
.TagClassName
{
border-color: #AB5E4C;
}
</style>