Shades of Crail #A6543F
Tints of Crail #A6543F
RGB
CMYK
RGB Variations
Color information
#A6543F (or 0xA6543F) is known color: Crail. HEX triplet: A6, 54 and 3F. RGB value is (166,84,63). Sum of RGB (Red+Green+Blue) = 166+84+63=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6543F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6543F is #59ABC0. Grayscale: #6A6A6A. Windows color (decimal): -5876673 or 4150438. OLE color: 4150438.
HSL color Cylindrical-coordinate representation of color #A6543F: hue angle of 12.23º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6543F is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 84 | 63 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.35 |
| HSL | 12.23º | 0.45% | 0.45% | - |
| HSV(B) | 12.23º | 0.62% | 0.65% | - |
| XYZ | 19.79 | 14.81 | 6.52 | - |
| YUV | 106.12 | 103.67 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 63 | 0 | 0.49 | 0.62 | 0.35 | 12.23 | 0.45 | 0.45 |
| Hex | A6 | 54 | 3F | 0 | 31 | 3E | 23 | C | 2D | 2D |
| Octal | 246 | 124 | 77 | 0 | 61 | 76 | 43 | 14 | 55 | 55 |
| Binary | 10100110 | 1010100 | 111111 | 0 | 110001 | 111110 | 100011 | 1100 | 101101 | 101101 |
Color Harmonies of #A6543F
Complementary color
Monochromatic Colors of #A6543F
Black with #A6543F
Text Example
Text Example
White with #A6543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6543F; }
p { color: rgb(166,84,63); }
H1.HeaderClassName
{
color: #A6543F;
}
.AnyTagClassName
{
color: #A6543F;
}
</style>
background-color css
<style>
a { background-color: #A6543F; }
a { background-color: rgb(166,84,63); }
div.DivClassName
{
background-color: #A6543F;
}
.BgClassName
{
background-color: #A6543F;
}
</style>
border-color css
<style>
span { border-color: #A6543F; }
span { border-color: rgb(166,84,63); }
td.TdClassName
{
border-color: #A6543F;
}
.TagClassName
{
border-color: #A6543F;
}
</style>