Shades of Crail #A6564A
Tints of Crail #A6564A
RGB
CMYK
RGB Variations
Color information
#A6564A (or 0xA6564A) is known color: Crail. HEX triplet: A6, 56 and 4A. RGB value is (166,86,74). Sum of RGB (Red+Green+Blue) = 166+86+74=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6564A is #59A9B5. Grayscale: #6C6C6C. Windows color (decimal): -5876150 or 4871846. OLE color: 4871846.
HSL color Cylindrical-coordinate representation of color #A6564A: hue angle of 7.83º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6564A is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 74 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.35 |
| HSL | 7.83º | 0.38% | 0.47% | - |
| HSV(B) | 7.83º | 0.55% | 0.65% | - |
| XYZ | 20.29 | 15.26 | 8.35 | - |
| YUV | 108.55 | 108.5 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 74 | 0 | 0.48 | 0.55 | 0.35 | 7.83 | 0.38 | 0.47 |
| Hex | A6 | 56 | 4A | 0 | 30 | 37 | 23 | 8 | 26 | 2F |
| Octal | 246 | 126 | 112 | 0 | 60 | 67 | 43 | 10 | 46 | 57 |
| Binary | 10100110 | 1010110 | 1001010 | 0 | 110000 | 110111 | 100011 | 1000 | 100110 | 101111 |
Color Harmonies of #A6564A
Complementary color
Monochromatic Colors of #A6564A
Black with #A6564A
Text Example
Text Example
White with #A6564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6564A; }
p { color: rgb(166,86,74); }
H1.HeaderClassName
{
color: #A6564A;
}
.AnyTagClassName
{
color: #A6564A;
}
</style>
background-color css
<style>
a { background-color: #A6564A; }
a { background-color: rgb(166,86,74); }
div.DivClassName
{
background-color: #A6564A;
}
.BgClassName
{
background-color: #A6564A;
}
</style>
border-color css
<style>
span { border-color: #A6564A; }
span { border-color: rgb(166,86,74); }
td.TdClassName
{
border-color: #A6564A;
}
.TagClassName
{
border-color: #A6564A;
}
</style>