Shades of Crail #A85D49
Tints of Crail #A85D49
RGB
CMYK
RGB Variations
Color information
#A85D49 (or 0xA85D49) is known color: Crail. HEX triplet: A8, 5D and 49. RGB value is (168,93,73). Sum of RGB (Red+Green+Blue) = 168+93+73=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85D49 is #57A2B6. Grayscale: #717171. Windows color (decimal): -5743287 or 4808104. OLE color: 4808104.
HSL color Cylindrical-coordinate representation of color #A85D49: hue angle of 12.63º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A85D49 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 93 | 73 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.34 |
| HSL | 12.63º | 0.39% | 0.47% | - |
| HSV(B) | 12.63º | 0.57% | 0.66% | - |
| XYZ | 21.27 | 16.63 | 8.39 | - |
| YUV | 113.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 73 | 0 | 0.45 | 0.57 | 0.34 | 12.63 | 0.39 | 0.47 |
| Hex | A8 | 5D | 49 | 0 | 2D | 39 | 22 | D | 27 | 2F |
| Octal | 250 | 135 | 111 | 0 | 55 | 71 | 42 | 15 | 47 | 57 |
| Binary | 10101000 | 1011101 | 1001001 | 0 | 101101 | 111001 | 100010 | 1101 | 100111 | 101111 |
Color Harmonies of #A85D49
Complementary color
Monochromatic Colors of #A85D49
Black with #A85D49
Text Example
Text Example
White with #A85D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85D49; }
p { color: rgb(168,93,73); }
H1.HeaderClassName
{
color: #A85D49;
}
.AnyTagClassName
{
color: #A85D49;
}
</style>
background-color css
<style>
a { background-color: #A85D49; }
a { background-color: rgb(168,93,73); }
div.DivClassName
{
background-color: #A85D49;
}
.BgClassName
{
background-color: #A85D49;
}
</style>
border-color css
<style>
span { border-color: #A85D49; }
span { border-color: rgb(168,93,73); }
td.TdClassName
{
border-color: #A85D49;
}
.TagClassName
{
border-color: #A85D49;
}
</style>