Shades of Crail #AB5241
Tints of Crail #AB5241
RGB
CMYK
RGB Variations
Color information
#AB5241 (or 0xAB5241) is known color: Crail. HEX triplet: AB, 52 and 41. RGB value is (171,82,65). Sum of RGB (Red+Green+Blue) = 171+82+65=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5241 is #54ADBE. Grayscale: #6A6A6A. Windows color (decimal): -5549503 or 4281003. OLE color: 4281003.
HSL color Cylindrical-coordinate representation of color #AB5241: hue angle of 9.62º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB5241 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 65 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.33 |
| HSL | 9.62º | 0.45% | 0.46% | - |
| HSV(B) | 9.62º | 0.62% | 0.67% | - |
| XYZ | 20.77 | 15.07 | 6.82 | - |
| YUV | 106.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 65 | 0 | 0.52 | 0.62 | 0.33 | 9.62 | 0.45 | 0.46 |
| Hex | AB | 52 | 41 | 0 | 34 | 3E | 21 | A | 2D | 2E |
| Octal | 253 | 122 | 101 | 0 | 64 | 76 | 41 | 12 | 55 | 56 |
| Binary | 10101011 | 1010010 | 1000001 | 0 | 110100 | 111110 | 100001 | 1010 | 101101 | 101110 |
Color Harmonies of #AB5241
Complementary color
Monochromatic Colors of #AB5241
Black with #AB5241
Text Example
Text Example
White with #AB5241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5241; }
p { color: rgb(171,82,65); }
H1.HeaderClassName
{
color: #AB5241;
}
.AnyTagClassName
{
color: #AB5241;
}
</style>
background-color css
<style>
a { background-color: #AB5241; }
a { background-color: rgb(171,82,65); }
div.DivClassName
{
background-color: #AB5241;
}
.BgClassName
{
background-color: #AB5241;
}
</style>
border-color css
<style>
span { border-color: #AB5241; }
span { border-color: rgb(171,82,65); }
td.TdClassName
{
border-color: #AB5241;
}
.TagClassName
{
border-color: #AB5241;
}
</style>