Shades of Crail #A15853
Tints of Crail #A15853
RGB
CMYK
RGB Variations
Color information
#A15853 (or 0xA15853) is known color: Crail. HEX triplet: A1, 58 and 53. RGB value is (161,88,83). Sum of RGB (Red+Green+Blue) = 161+88+83=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A15853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15853 is #5EA7AC. Grayscale: #6D6D6D. Windows color (decimal): -6203309 or 5462177. OLE color: 5462177.
HSL color Cylindrical-coordinate representation of color #A15853: hue angle of 3.85º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15853 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 83 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.37 |
| HSL | 3.85º | 0.32% | 0.48% | - |
| HSV(B) | 3.85º | 0.48% | 0.63% | - |
| XYZ | 19.75 | 15.18 | 10.07 | - |
| YUV | 109.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 83 | 0 | 0.45 | 0.48 | 0.37 | 3.85 | 0.32 | 0.48 |
| Hex | A1 | 58 | 53 | 0 | 2D | 30 | 25 | 4 | 20 | 30 |
| Octal | 241 | 130 | 123 | 0 | 55 | 60 | 45 | 4 | 40 | 60 |
| Binary | 10100001 | 1011000 | 1010011 | 0 | 101101 | 110000 | 100101 | 100 | 100000 | 110000 |
Color Harmonies of #A15853
Complementary color
Monochromatic Colors of #A15853
Black with #A15853
Text Example
Text Example
White with #A15853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15853; }
p { color: rgb(161,88,83); }
H1.HeaderClassName
{
color: #A15853;
}
.AnyTagClassName
{
color: #A15853;
}
</style>
background-color css
<style>
a { background-color: #A15853; }
a { background-color: rgb(161,88,83); }
div.DivClassName
{
background-color: #A15853;
}
.BgClassName
{
background-color: #A15853;
}
</style>
border-color css
<style>
span { border-color: #A15853; }
span { border-color: rgb(161,88,83); }
td.TdClassName
{
border-color: #A15853;
}
.TagClassName
{
border-color: #A15853;
}
</style>