Shades of Crail #A35951
Tints of Crail #A35951
RGB
CMYK
RGB Variations
Color information
#A35951 (or 0xA35951) is known color: Crail. HEX triplet: A3, 59 and 51. RGB value is (163,89,81). Sum of RGB (Red+Green+Blue) = 163+89+81=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A35951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35951 is #5CA6AE. Grayscale: #6E6E6E. Windows color (decimal): -6071983 or 5331363. OLE color: 5331363.
HSL color Cylindrical-coordinate representation of color #A35951: hue angle of 5.85º 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 #A35951 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 89 | 81 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.36 |
| HSL | 5.85º | 0.34% | 0.48% | - |
| HSV(B) | 5.85º | 0.5% | 0.64% | - |
| XYZ | 20.16 | 15.53 | 9.72 | - |
| YUV | 110.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 81 | 0 | 0.45 | 0.50 | 0.36 | 5.85 | 0.34 | 0.48 |
| Hex | A3 | 59 | 51 | 0 | 2D | 32 | 24 | 6 | 22 | 30 |
| Octal | 243 | 131 | 121 | 0 | 55 | 62 | 44 | 6 | 42 | 60 |
| Binary | 10100011 | 1011001 | 1010001 | 0 | 101101 | 110010 | 100100 | 110 | 100010 | 110000 |
Color Harmonies of #A35951
Complementary color
Monochromatic Colors of #A35951
Black with #A35951
Text Example
Text Example
White with #A35951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35951; }
p { color: rgb(163,89,81); }
H1.HeaderClassName
{
color: #A35951;
}
.AnyTagClassName
{
color: #A35951;
}
</style>
background-color css
<style>
a { background-color: #A35951; }
a { background-color: rgb(163,89,81); }
div.DivClassName
{
background-color: #A35951;
}
.BgClassName
{
background-color: #A35951;
}
</style>
border-color css
<style>
span { border-color: #A35951; }
span { border-color: rgb(163,89,81); }
td.TdClassName
{
border-color: #A35951;
}
.TagClassName
{
border-color: #A35951;
}
</style>