Shades of Crail #A85D4E
Tints of Crail #A85D4E
RGB
CMYK
RGB Variations
Color information
#A85D4E (or 0xA85D4E) is known color: Crail. HEX triplet: A8, 5D and 4E. RGB value is (168,93,78). Sum of RGB (Red+Green+Blue) = 168+93+78=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85D4E is #57A2B1. Grayscale: #717171. Windows color (decimal): -5743282 or 5135784. OLE color: 5135784.
HSL color Cylindrical-coordinate representation of color #A85D4E: hue angle of 10º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A85D4E is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 93 | 78 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.34 |
| HSL | 10º | 0.37% | 0.48% | - |
| HSV(B) | 10º | 0.54% | 0.66% | - |
| XYZ | 21.44 | 16.7 | 9.3 | - |
| YUV | 113.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 78 | 0 | 0.45 | 0.54 | 0.34 | 10 | 0.37 | 0.48 |
| Hex | A8 | 5D | 4E | 0 | 2D | 36 | 22 | A | 25 | 30 |
| Octal | 250 | 135 | 116 | 0 | 55 | 66 | 42 | 12 | 45 | 60 |
| Binary | 10101000 | 1011101 | 1001110 | 0 | 101101 | 110110 | 100010 | 1010 | 100101 | 110000 |
Color Harmonies of #A85D4E
Complementary color
Monochromatic Colors of #A85D4E
Black with #A85D4E
Text Example
Text Example
White with #A85D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85D4E; }
p { color: rgb(168,93,78); }
H1.HeaderClassName
{
color: #A85D4E;
}
.AnyTagClassName
{
color: #A85D4E;
}
</style>
background-color css
<style>
a { background-color: #A85D4E; }
a { background-color: rgb(168,93,78); }
div.DivClassName
{
background-color: #A85D4E;
}
.BgClassName
{
background-color: #A85D4E;
}
</style>
border-color css
<style>
span { border-color: #A85D4E; }
span { border-color: rgb(168,93,78); }
td.TdClassName
{
border-color: #A85D4E;
}
.TagClassName
{
border-color: #A85D4E;
}
</style>