Shades of Crail #A65241
Tints of Crail #A65241
RGB
CMYK
RGB Variations
Color information
#A65241 (or 0xA65241) is known color: Crail. HEX triplet: A6, 52 and 41. RGB value is (166,82,65). Sum of RGB (Red+Green+Blue) = 166+82+65=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A65241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65241 is #59ADBE. Grayscale: #696969. Windows color (decimal): -5877183 or 4280998. OLE color: 4280998.
HSL color Cylindrical-coordinate representation of color #A65241: hue angle of 10.1º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A65241 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 65 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.35 |
| HSL | 10.1º | 0.44% | 0.45% | - |
| HSV(B) | 10.1º | 0.61% | 0.65% | - |
| XYZ | 19.7 | 14.52 | 6.77 | - |
| YUV | 105.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 65 | 0 | 0.51 | 0.61 | 0.35 | 10.1 | 0.44 | 0.45 |
| Hex | A6 | 52 | 41 | 0 | 33 | 3D | 23 | A | 2C | 2D |
| Octal | 246 | 122 | 101 | 0 | 63 | 75 | 43 | 12 | 54 | 55 |
| Binary | 10100110 | 1010010 | 1000001 | 0 | 110011 | 111101 | 100011 | 1010 | 101100 | 101101 |
Color Harmonies of #A65241
Complementary color
Monochromatic Colors of #A65241
Black with #A65241
Text Example
Text Example
White with #A65241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65241; }
p { color: rgb(166,82,65); }
H1.HeaderClassName
{
color: #A65241;
}
.AnyTagClassName
{
color: #A65241;
}
</style>
background-color css
<style>
a { background-color: #A65241; }
a { background-color: rgb(166,82,65); }
div.DivClassName
{
background-color: #A65241;
}
.BgClassName
{
background-color: #A65241;
}
</style>
border-color css
<style>
span { border-color: #A65241; }
span { border-color: rgb(166,82,65); }
td.TdClassName
{
border-color: #A65241;
}
.TagClassName
{
border-color: #A65241;
}
</style>