Shades of Crail #A65440
Tints of Crail #A65440
RGB
CMYK
RGB Variations
Color information
#A65440 (or 0xA65440) is known color: Crail. HEX triplet: A6, 54 and 40. RGB value is (166,84,64). Sum of RGB (Red+Green+Blue) = 166+84+64=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A65440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65440 is #59ABBF. Grayscale: #6A6A6A. Windows color (decimal): -5876672 or 4215974. OLE color: 4215974.
HSL color Cylindrical-coordinate representation of color #A65440: hue angle of 11.76º 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 #A65440 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 84 | 64 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.35 |
| HSL | 11.76º | 0.44% | 0.45% | - |
| HSV(B) | 11.76º | 0.61% | 0.65% | - |
| XYZ | 19.82 | 14.82 | 6.67 | - |
| YUV | 106.24 | 104.17 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 64 | 0 | 0.49 | 0.61 | 0.35 | 11.76 | 0.44 | 0.45 |
| Hex | A6 | 54 | 40 | 0 | 31 | 3D | 23 | C | 2C | 2D |
| Octal | 246 | 124 | 100 | 0 | 61 | 75 | 43 | 14 | 54 | 55 |
| Binary | 10100110 | 1010100 | 1000000 | 0 | 110001 | 111101 | 100011 | 1100 | 101100 | 101101 |
Color Harmonies of #A65440
Complementary color
Monochromatic Colors of #A65440
Black with #A65440
Text Example
Text Example
White with #A65440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65440; }
p { color: rgb(166,84,64); }
H1.HeaderClassName
{
color: #A65440;
}
.AnyTagClassName
{
color: #A65440;
}
</style>
background-color css
<style>
a { background-color: #A65440; }
a { background-color: rgb(166,84,64); }
div.DivClassName
{
background-color: #A65440;
}
.BgClassName
{
background-color: #A65440;
}
</style>
border-color css
<style>
span { border-color: #A65440; }
span { border-color: rgb(166,84,64); }
td.TdClassName
{
border-color: #A65440;
}
.TagClassName
{
border-color: #A65440;
}
</style>