Shades of Crail #A65951
Tints of Crail #A65951
RGB
CMYK
RGB Variations
Color information
#A65951 (or 0xA65951) is known color: Crail. HEX triplet: A6, 59 and 51. RGB value is (166,89,81). Sum of RGB (Red+Green+Blue) = 166+89+81=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A65951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65951 is #59A6AE. Grayscale: #6F6F6F. Windows color (decimal): -5875375 or 5331366. OLE color: 5331366.
HSL color Cylindrical-coordinate representation of color #A65951: hue angle of 5.65º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65951 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 89 | 81 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.35 |
| HSL | 5.65º | 0.34% | 0.48% | - |
| HSV(B) | 5.65º | 0.51% | 0.65% | - |
| XYZ | 20.78 | 15.85 | 9.75 | - |
| YUV | 111.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 81 | 0 | 0.46 | 0.51 | 0.35 | 5.65 | 0.34 | 0.48 |
| Hex | A6 | 59 | 51 | 0 | 2E | 33 | 23 | 6 | 22 | 30 |
| Octal | 246 | 131 | 121 | 0 | 56 | 63 | 43 | 6 | 42 | 60 |
| Binary | 10100110 | 1011001 | 1010001 | 0 | 101110 | 110011 | 100011 | 110 | 100010 | 110000 |
Color Harmonies of #A65951
Complementary color
Monochromatic Colors of #A65951
Black with #A65951
Text Example
Text Example
White with #A65951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65951; }
p { color: rgb(166,89,81); }
H1.HeaderClassName
{
color: #A65951;
}
.AnyTagClassName
{
color: #A65951;
}
</style>
background-color css
<style>
a { background-color: #A65951; }
a { background-color: rgb(166,89,81); }
div.DivClassName
{
background-color: #A65951;
}
.BgClassName
{
background-color: #A65951;
}
</style>
border-color css
<style>
span { border-color: #A65951; }
span { border-color: rgb(166,89,81); }
td.TdClassName
{
border-color: #A65951;
}
.TagClassName
{
border-color: #A65951;
}
</style>