Shades of Crail #A8594E
Tints of Crail #A8594E
RGB
CMYK
RGB Variations
Color information
#A8594E (or 0xA8594E) is known color: Crail. HEX triplet: A8, 59 and 4E. RGB value is (168,89,78). Sum of RGB (Red+Green+Blue) = 168+89+78=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A8594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8594E is #57A6B1. Grayscale: #6F6F6F. Windows color (decimal): -5744306 or 5134760. OLE color: 5134760.
HSL color Cylindrical-coordinate representation of color #A8594E: hue angle of 7.33º 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 #A8594E is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 78 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.34 |
| HSL | 7.33º | 0.37% | 0.48% | - |
| HSV(B) | 7.33º | 0.54% | 0.66% | - |
| XYZ | 21.1 | 16.02 | 9.19 | - |
| YUV | 111.37 | 109.17 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 78 | 0 | 0.47 | 0.54 | 0.34 | 7.33 | 0.37 | 0.48 |
| Hex | A8 | 59 | 4E | 0 | 2F | 36 | 22 | 7 | 25 | 30 |
| Octal | 250 | 131 | 116 | 0 | 57 | 66 | 42 | 7 | 45 | 60 |
| Binary | 10101000 | 1011001 | 1001110 | 0 | 101111 | 110110 | 100010 | 111 | 100101 | 110000 |
Color Harmonies of #A8594E
Complementary color
Monochromatic Colors of #A8594E
Black with #A8594E
Text Example
Text Example
White with #A8594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8594E; }
p { color: rgb(168,89,78); }
H1.HeaderClassName
{
color: #A8594E;
}
.AnyTagClassName
{
color: #A8594E;
}
</style>
background-color css
<style>
a { background-color: #A8594E; }
a { background-color: rgb(168,89,78); }
div.DivClassName
{
background-color: #A8594E;
}
.BgClassName
{
background-color: #A8594E;
}
</style>
border-color css
<style>
span { border-color: #A8594E; }
span { border-color: rgb(168,89,78); }
td.TdClassName
{
border-color: #A8594E;
}
.TagClassName
{
border-color: #A8594E;
}
</style>