Shades of Crail #A1534A
Tints of Crail #A1534A
RGB
CMYK
RGB Variations
Color information
#A1534A (or 0xA1534A) is known color: Crail. HEX triplet: A1, 53 and 4A. RGB value is (161,83,74). Sum of RGB (Red+Green+Blue) = 161+83+74=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A1534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1534A is #5EACB5. Grayscale: #696969. Windows color (decimal): -6204598 or 4871073. OLE color: 4871073.
HSL color Cylindrical-coordinate representation of color #A1534A: hue angle of 6.21º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1534A is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 83 | 74 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.37 |
| HSL | 6.21º | 0.37% | 0.46% | - |
| HSV(B) | 6.21º | 0.54% | 0.63% | - |
| XYZ | 19.03 | 14.26 | 8.23 | - |
| YUV | 105.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 74 | 0 | 0.48 | 0.54 | 0.37 | 6.21 | 0.37 | 0.46 |
| Hex | A1 | 53 | 4A | 0 | 30 | 36 | 25 | 6 | 25 | 2E |
| Octal | 241 | 123 | 112 | 0 | 60 | 66 | 45 | 6 | 45 | 56 |
| Binary | 10100001 | 1010011 | 1001010 | 0 | 110000 | 110110 | 100101 | 110 | 100101 | 101110 |
Color Harmonies of #A1534A
Complementary color
Monochromatic Colors of #A1534A
Black with #A1534A
Text Example
Text Example
White with #A1534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1534A; }
p { color: rgb(161,83,74); }
H1.HeaderClassName
{
color: #A1534A;
}
.AnyTagClassName
{
color: #A1534A;
}
</style>
background-color css
<style>
a { background-color: #A1534A; }
a { background-color: rgb(161,83,74); }
div.DivClassName
{
background-color: #A1534A;
}
.BgClassName
{
background-color: #A1534A;
}
</style>
border-color css
<style>
span { border-color: #A1534A; }
span { border-color: rgb(161,83,74); }
td.TdClassName
{
border-color: #A1534A;
}
.TagClassName
{
border-color: #A1534A;
}
</style>