Shades of Crail #A15040
Tints of Crail #A15040
RGB
CMYK
RGB Variations
Color information
#A15040 (or 0xA15040) is known color: Crail. HEX triplet: A1, 50 and 40. RGB value is (161,80,64). Sum of RGB (Red+Green+Blue) = 161+80+64=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A15040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15040 is #5EAFBF. Grayscale: #666666. Windows color (decimal): -6205376 or 4214945. OLE color: 4214945.
HSL color Cylindrical-coordinate representation of color #A15040: hue angle of 9.9º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A15040 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 64 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.37 |
| HSL | 9.9º | 0.43% | 0.44% | - |
| HSV(B) | 9.9º | 0.6% | 0.63% | - |
| XYZ | 18.49 | 13.68 | 6.52 | - |
| YUV | 102.4 | 106.34 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 64 | 0 | 0.50 | 0.60 | 0.37 | 9.9 | 0.43 | 0.44 |
| Hex | A1 | 50 | 40 | 0 | 32 | 3C | 25 | A | 2B | 2C |
| Octal | 241 | 120 | 100 | 0 | 62 | 74 | 45 | 12 | 53 | 54 |
| Binary | 10100001 | 1010000 | 1000000 | 0 | 110010 | 111100 | 100101 | 1010 | 101011 | 101100 |
Color Harmonies of #A15040
Complementary color
Monochromatic Colors of #A15040
Black with #A15040
Text Example
Text Example
White with #A15040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15040; }
p { color: rgb(161,80,64); }
H1.HeaderClassName
{
color: #A15040;
}
.AnyTagClassName
{
color: #A15040;
}
</style>
background-color css
<style>
a { background-color: #A15040; }
a { background-color: rgb(161,80,64); }
div.DivClassName
{
background-color: #A15040;
}
.BgClassName
{
background-color: #A15040;
}
</style>
border-color css
<style>
span { border-color: #A15040; }
span { border-color: rgb(161,80,64); }
td.TdClassName
{
border-color: #A15040;
}
.TagClassName
{
border-color: #A15040;
}
</style>