Shades of Crail #A85640
Tints of Crail #A85640
RGB
CMYK
RGB Variations
Color information
#A85640 (or 0xA85640) is known color: Crail. HEX triplet: A8, 56 and 40. RGB value is (168,86,64). Sum of RGB (Red+Green+Blue) = 168+86+64=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A85640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85640 is #57A9BF. Grayscale: #6C6C6C. Windows color (decimal): -5745088 or 4216488. OLE color: 4216488.
HSL color Cylindrical-coordinate representation of color #A85640: hue angle of 12.69º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A85640 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 64 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.34 |
| HSL | 12.69º | 0.45% | 0.45% | - |
| HSV(B) | 12.69º | 0.62% | 0.66% | - |
| XYZ | 20.4 | 15.35 | 6.74 | - |
| YUV | 108.01 | 103.17 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 64 | 0 | 0.49 | 0.62 | 0.34 | 12.69 | 0.45 | 0.45 |
| Hex | A8 | 56 | 40 | 0 | 31 | 3E | 22 | D | 2D | 2D |
| Octal | 250 | 126 | 100 | 0 | 61 | 76 | 42 | 15 | 55 | 55 |
| Binary | 10101000 | 1010110 | 1000000 | 0 | 110001 | 111110 | 100010 | 1101 | 101101 | 101101 |
Color Harmonies of #A85640
Complementary color
Monochromatic Colors of #A85640
Black with #A85640
Text Example
Text Example
White with #A85640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85640; }
p { color: rgb(168,86,64); }
H1.HeaderClassName
{
color: #A85640;
}
.AnyTagClassName
{
color: #A85640;
}
</style>
background-color css
<style>
a { background-color: #A85640; }
a { background-color: rgb(168,86,64); }
div.DivClassName
{
background-color: #A85640;
}
.BgClassName
{
background-color: #A85640;
}
</style>
border-color css
<style>
span { border-color: #A85640; }
span { border-color: rgb(168,86,64); }
td.TdClassName
{
border-color: #A85640;
}
.TagClassName
{
border-color: #A85640;
}
</style>