Shades of Crail #A35B46
Tints of Crail #A35B46
RGB
CMYK
RGB Variations
Color information
#A35B46 (or 0xA35B46) is known color: Crail. HEX triplet: A3, 5B and 46. RGB value is (163,91,70). Sum of RGB (Red+Green+Blue) = 163+91+70=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35B46 is #5CA4B9. Grayscale: #6E6E6E. Windows color (decimal): -6071482 or 4610979. OLE color: 4610979.
HSL color Cylindrical-coordinate representation of color #A35B46: hue angle of 13.55º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A35B46 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 91 | 70 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.36 |
| HSL | 13.55º | 0.4% | 0.46% | - |
| HSV(B) | 13.55º | 0.57% | 0.64% | - |
| XYZ | 19.95 | 15.71 | 7.78 | - |
| YUV | 110.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 70 | 0 | 0.44 | 0.57 | 0.36 | 13.55 | 0.4 | 0.46 |
| Hex | A3 | 5B | 46 | 0 | 2C | 39 | 24 | E | 28 | 2E |
| Octal | 243 | 133 | 106 | 0 | 54 | 71 | 44 | 16 | 50 | 56 |
| Binary | 10100011 | 1011011 | 1000110 | 0 | 101100 | 111001 | 100100 | 1110 | 101000 | 101110 |
Color Harmonies of #A35B46
Complementary color
Monochromatic Colors of #A35B46
Black with #A35B46
Text Example
Text Example
White with #A35B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35B46; }
p { color: rgb(163,91,70); }
H1.HeaderClassName
{
color: #A35B46;
}
.AnyTagClassName
{
color: #A35B46;
}
</style>
background-color css
<style>
a { background-color: #A35B46; }
a { background-color: rgb(163,91,70); }
div.DivClassName
{
background-color: #A35B46;
}
.BgClassName
{
background-color: #A35B46;
}
</style>
border-color css
<style>
span { border-color: #A35B46; }
span { border-color: rgb(163,91,70); }
td.TdClassName
{
border-color: #A35B46;
}
.TagClassName
{
border-color: #A35B46;
}
</style>