Shades of Crail #A85746
Tints of Crail #A85746
RGB
CMYK
RGB Variations
Color information
#A85746 (or 0xA85746) is known color: Crail. HEX triplet: A8, 57 and 46. RGB value is (168,87,70). Sum of RGB (Red+Green+Blue) = 168+87+70=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A85746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85746 is #57A8B9. Grayscale: #6D6D6D. Windows color (decimal): -5744826 or 4609960. OLE color: 4609960.
HSL color Cylindrical-coordinate representation of color #A85746: hue angle of 10.41º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A85746 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 70 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.34 |
| HSL | 10.41º | 0.41% | 0.47% | - |
| HSV(B) | 10.41º | 0.58% | 0.66% | - |
| XYZ | 20.66 | 15.58 | 7.71 | - |
| YUV | 109.28 | 105.84 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 70 | 0 | 0.48 | 0.58 | 0.34 | 10.41 | 0.41 | 0.47 |
| Hex | A8 | 57 | 46 | 0 | 30 | 3A | 22 | A | 29 | 2F |
| Octal | 250 | 127 | 106 | 0 | 60 | 72 | 42 | 12 | 51 | 57 |
| Binary | 10101000 | 1010111 | 1000110 | 0 | 110000 | 111010 | 100010 | 1010 | 101001 | 101111 |
Color Harmonies of #A85746
Complementary color
Monochromatic Colors of #A85746
Black with #A85746
Text Example
Text Example
White with #A85746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85746; }
p { color: rgb(168,87,70); }
H1.HeaderClassName
{
color: #A85746;
}
.AnyTagClassName
{
color: #A85746;
}
</style>
background-color css
<style>
a { background-color: #A85746; }
a { background-color: rgb(168,87,70); }
div.DivClassName
{
background-color: #A85746;
}
.BgClassName
{
background-color: #A85746;
}
</style>
border-color css
<style>
span { border-color: #A85746; }
span { border-color: rgb(168,87,70); }
td.TdClassName
{
border-color: #A85746;
}
.TagClassName
{
border-color: #A85746;
}
</style>