Shades of Crail #AB543F
Tints of Crail #AB543F
RGB
CMYK
RGB Variations
Color information
#AB543F (or 0xAB543F) is known color: Crail. HEX triplet: AB, 54 and 3F. RGB value is (171,84,63). Sum of RGB (Red+Green+Blue) = 171+84+63=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB543F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB543F is #54ABC0. Grayscale: #6B6B6B. Windows color (decimal): -5548993 or 4150443. OLE color: 4150443.
HSL color Cylindrical-coordinate representation of color #AB543F: hue angle of 11.67º 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 #AB543F is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 63 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.33 |
| HSL | 11.67º | 0.46% | 0.46% | - |
| HSV(B) | 11.67º | 0.63% | 0.67% | - |
| XYZ | 20.86 | 15.36 | 6.57 | - |
| YUV | 107.62 | 102.82 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 63 | 0 | 0.51 | 0.63 | 0.33 | 11.67 | 0.46 | 0.46 |
| Hex | AB | 54 | 3F | 0 | 33 | 3F | 21 | C | 2E | 2E |
| Octal | 253 | 124 | 77 | 0 | 63 | 77 | 41 | 14 | 56 | 56 |
| Binary | 10101011 | 1010100 | 111111 | 0 | 110011 | 111111 | 100001 | 1100 | 101110 | 101110 |
Color Harmonies of #AB543F
Complementary color
Monochromatic Colors of #AB543F
Black with #AB543F
Text Example
Text Example
White with #AB543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB543F; }
p { color: rgb(171,84,63); }
H1.HeaderClassName
{
color: #AB543F;
}
.AnyTagClassName
{
color: #AB543F;
}
</style>
background-color css
<style>
a { background-color: #AB543F; }
a { background-color: rgb(171,84,63); }
div.DivClassName
{
background-color: #AB543F;
}
.BgClassName
{
background-color: #AB543F;
}
</style>
border-color css
<style>
span { border-color: #AB543F; }
span { border-color: rgb(171,84,63); }
td.TdClassName
{
border-color: #AB543F;
}
.TagClassName
{
border-color: #AB543F;
}
</style>