Shades of Crail #A35E51
Tints of Crail #A35E51
RGB
CMYK
RGB Variations
Color information
#A35E51 (or 0xA35E51) is known color: Crail. HEX triplet: A3, 5E and 51. RGB value is (163,94,81). Sum of RGB (Red+Green+Blue) = 163+94+81=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35E51 is #5CA1AE. Grayscale: #717171. Windows color (decimal): -6070703 or 5332643. OLE color: 5332643.
HSL color Cylindrical-coordinate representation of color #A35E51: hue angle of 9.51º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35E51 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 94 | 81 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.36 |
| HSL | 9.51º | 0.34% | 0.48% | - |
| HSV(B) | 9.51º | 0.5% | 0.64% | - |
| XYZ | 20.59 | 16.39 | 9.86 | - |
| YUV | 113.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 94 | 81 | 0 | 0.42 | 0.50 | 0.36 | 9.51 | 0.34 | 0.48 |
| Hex | A3 | 5E | 51 | 0 | 2A | 32 | 24 | A | 22 | 30 |
| Octal | 243 | 136 | 121 | 0 | 52 | 62 | 44 | 12 | 42 | 60 |
| Binary | 10100011 | 1011110 | 1010001 | 0 | 101010 | 110010 | 100100 | 1010 | 100010 | 110000 |
Color Harmonies of #A35E51
Complementary color
Monochromatic Colors of #A35E51
Black with #A35E51
Text Example
Text Example
White with #A35E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35E51; }
p { color: rgb(163,94,81); }
H1.HeaderClassName
{
color: #A35E51;
}
.AnyTagClassName
{
color: #A35E51;
}
</style>
background-color css
<style>
a { background-color: #A35E51; }
a { background-color: rgb(163,94,81); }
div.DivClassName
{
background-color: #A35E51;
}
.BgClassName
{
background-color: #A35E51;
}
</style>
border-color css
<style>
span { border-color: #A35E51; }
span { border-color: rgb(163,94,81); }
td.TdClassName
{
border-color: #A35E51;
}
.TagClassName
{
border-color: #A35E51;
}
</style>