Shades of Crail #A25A49
Tints of Crail #A25A49
RGB
CMYK
RGB Variations
Color information
#A25A49 (or 0xA25A49) is known color: Crail. HEX triplet: A2, 5A and 49. RGB value is (162,90,73). Sum of RGB (Red+Green+Blue) = 162+90+73=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A49 is #5DA5B6. Grayscale: #6D6D6D. Windows color (decimal): -6137271 or 4807330. OLE color: 4807330.
HSL color Cylindrical-coordinate representation of color #A25A49: hue angle of 11.46º 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 #A25A49 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 73 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.36 |
| HSL | 11.46º | 0.38% | 0.46% | - |
| HSV(B) | 11.46º | 0.55% | 0.64% | - |
| XYZ | 19.76 | 15.47 | 8.25 | - |
| YUV | 109.59 | 107.35 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 73 | 0 | 0.44 | 0.55 | 0.36 | 11.46 | 0.38 | 0.46 |
| Hex | A2 | 5A | 49 | 0 | 2C | 37 | 24 | B | 26 | 2E |
| Octal | 242 | 132 | 111 | 0 | 54 | 67 | 44 | 13 | 46 | 56 |
| Binary | 10100010 | 1011010 | 1001001 | 0 | 101100 | 110111 | 100100 | 1011 | 100110 | 101110 |
Color Harmonies of #A25A49
Complementary color
Monochromatic Colors of #A25A49
Black with #A25A49
Text Example
Text Example
White with #A25A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A49; }
p { color: rgb(162,90,73); }
H1.HeaderClassName
{
color: #A25A49;
}
.AnyTagClassName
{
color: #A25A49;
}
</style>
background-color css
<style>
a { background-color: #A25A49; }
a { background-color: rgb(162,90,73); }
div.DivClassName
{
background-color: #A25A49;
}
.BgClassName
{
background-color: #A25A49;
}
</style>
border-color css
<style>
span { border-color: #A25A49; }
span { border-color: rgb(162,90,73); }
td.TdClassName
{
border-color: #A25A49;
}
.TagClassName
{
border-color: #A25A49;
}
</style>