Shades of Crail #AB553F
Tints of Crail #AB553F
RGB
CMYK
RGB Variations
Color information
#AB553F (or 0xAB553F) is known color: Crail. HEX triplet: AB, 55 and 3F. RGB value is (171,85,63). Sum of RGB (Red+Green+Blue) = 171+85+63=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB553F is #54AAC0. Grayscale: #6C6C6C. Windows color (decimal): -5548737 or 4150699. OLE color: 4150699.
HSL color Cylindrical-coordinate representation of color #AB553F: hue angle of 12.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB553F is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 63 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.33 |
| HSL | 12.22º | 0.46% | 0.46% | - |
| HSV(B) | 12.22º | 0.63% | 0.67% | - |
| XYZ | 20.94 | 15.51 | 6.59 | - |
| YUV | 108.21 | 102.49 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 63 | 0 | 0.50 | 0.63 | 0.33 | 12.22 | 0.46 | 0.46 |
| Hex | AB | 55 | 3F | 0 | 32 | 3F | 21 | C | 2E | 2E |
| Octal | 253 | 125 | 77 | 0 | 62 | 77 | 41 | 14 | 56 | 56 |
| Binary | 10101011 | 1010101 | 111111 | 0 | 110010 | 111111 | 100001 | 1100 | 101110 | 101110 |
Color Harmonies of #AB553F
Complementary color
Monochromatic Colors of #AB553F
Black with #AB553F
Text Example
Text Example
White with #AB553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB553F; }
p { color: rgb(171,85,63); }
H1.HeaderClassName
{
color: #AB553F;
}
.AnyTagClassName
{
color: #AB553F;
}
</style>
background-color css
<style>
a { background-color: #AB553F; }
a { background-color: rgb(171,85,63); }
div.DivClassName
{
background-color: #AB553F;
}
.BgClassName
{
background-color: #AB553F;
}
</style>
border-color css
<style>
span { border-color: #AB553F; }
span { border-color: rgb(171,85,63); }
td.TdClassName
{
border-color: #AB553F;
}
.TagClassName
{
border-color: #AB553F;
}
</style>