Shades of Crail #A85941
Tints of Crail #A85941
RGB
CMYK
RGB Variations
Color information
#A85941 (or 0xA85941) is known color: Crail. HEX triplet: A8, 59 and 41. RGB value is (168,89,65). Sum of RGB (Red+Green+Blue) = 168+89+65=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A85941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85941 is #57A6BE. Grayscale: #6E6E6E. Windows color (decimal): -5744319 or 4282792. OLE color: 4282792.
HSL color Cylindrical-coordinate representation of color #A85941: hue angle of 13.98º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A85941 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 65 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.34 |
| HSL | 13.98º | 0.44% | 0.46% | - |
| HSV(B) | 13.98º | 0.61% | 0.66% | - |
| XYZ | 20.67 | 15.85 | 6.97 | - |
| YUV | 109.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 65 | 0 | 0.47 | 0.61 | 0.34 | 13.98 | 0.44 | 0.46 |
| Hex | A8 | 59 | 41 | 0 | 2F | 3D | 22 | E | 2C | 2E |
| Octal | 250 | 131 | 101 | 0 | 57 | 75 | 42 | 16 | 54 | 56 |
| Binary | 10101000 | 1011001 | 1000001 | 0 | 101111 | 111101 | 100010 | 1110 | 101100 | 101110 |
Color Harmonies of #A85941
Complementary color
Monochromatic Colors of #A85941
Black with #A85941
Text Example
Text Example
White with #A85941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85941; }
p { color: rgb(168,89,65); }
H1.HeaderClassName
{
color: #A85941;
}
.AnyTagClassName
{
color: #A85941;
}
</style>
background-color css
<style>
a { background-color: #A85941; }
a { background-color: rgb(168,89,65); }
div.DivClassName
{
background-color: #A85941;
}
.BgClassName
{
background-color: #A85941;
}
</style>
border-color css
<style>
span { border-color: #A85941; }
span { border-color: rgb(168,89,65); }
td.TdClassName
{
border-color: #A85941;
}
.TagClassName
{
border-color: #A85941;
}
</style>