Shades of Crail #A35849
Tints of Crail #A35849
RGB
CMYK
RGB Variations
Color information
#A35849 (or 0xA35849) is known color: Crail. HEX triplet: A3, 58 and 49. RGB value is (163,88,73). Sum of RGB (Red+Green+Blue) = 163+88+73=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A35849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35849 is #5CA7B6. Grayscale: #6C6C6C. Windows color (decimal): -6072247 or 4806819. OLE color: 4806819.
HSL color Cylindrical-coordinate representation of color #A35849: hue angle of 10º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A35849 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 88 | 73 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.36 |
| HSL | 10º | 0.38% | 0.46% | - |
| HSV(B) | 10º | 0.55% | 0.64% | - |
| XYZ | 19.8 | 15.25 | 8.2 | - |
| YUV | 108.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 73 | 0 | 0.46 | 0.55 | 0.36 | 10 | 0.38 | 0.46 |
| Hex | A3 | 58 | 49 | 0 | 2E | 37 | 24 | A | 26 | 2E |
| Octal | 243 | 130 | 111 | 0 | 56 | 67 | 44 | 12 | 46 | 56 |
| Binary | 10100011 | 1011000 | 1001001 | 0 | 101110 | 110111 | 100100 | 1010 | 100110 | 101110 |
Color Harmonies of #A35849
Complementary color
Monochromatic Colors of #A35849
Black with #A35849
Text Example
Text Example
White with #A35849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35849; }
p { color: rgb(163,88,73); }
H1.HeaderClassName
{
color: #A35849;
}
.AnyTagClassName
{
color: #A35849;
}
</style>
background-color css
<style>
a { background-color: #A35849; }
a { background-color: rgb(163,88,73); }
div.DivClassName
{
background-color: #A35849;
}
.BgClassName
{
background-color: #A35849;
}
</style>
border-color css
<style>
span { border-color: #A35849; }
span { border-color: rgb(163,88,73); }
td.TdClassName
{
border-color: #A35849;
}
.TagClassName
{
border-color: #A35849;
}
</style>