Shades of Crail #A25945
Tints of Crail #A25945
RGB
CMYK
RGB Variations
Color information
#A25945 (or 0xA25945) is known color: Crail. HEX triplet: A2, 59 and 45. RGB value is (162,89,69). Sum of RGB (Red+Green+Blue) = 162+89+69=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A25945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25945 is #5DA6BA. Grayscale: #6C6C6C. Windows color (decimal): -6137531 or 4544930. OLE color: 4544930.
HSL color Cylindrical-coordinate representation of color #A25945: hue angle of 12.9º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25945 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 69 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.36 |
| HSL | 12.9º | 0.4% | 0.45% | - |
| HSV(B) | 12.9º | 0.57% | 0.64% | - |
| XYZ | 19.55 | 15.26 | 7.54 | - |
| YUV | 108.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 69 | 0 | 0.45 | 0.57 | 0.36 | 12.9 | 0.4 | 0.45 |
| Hex | A2 | 59 | 45 | 0 | 2D | 39 | 24 | D | 28 | 2D |
| Octal | 242 | 131 | 105 | 0 | 55 | 71 | 44 | 15 | 50 | 55 |
| Binary | 10100010 | 1011001 | 1000101 | 0 | 101101 | 111001 | 100100 | 1101 | 101000 | 101101 |
Color Harmonies of #A25945
Complementary color
Monochromatic Colors of #A25945
Black with #A25945
Text Example
Text Example
White with #A25945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25945; }
p { color: rgb(162,89,69); }
H1.HeaderClassName
{
color: #A25945;
}
.AnyTagClassName
{
color: #A25945;
}
</style>
background-color css
<style>
a { background-color: #A25945; }
a { background-color: rgb(162,89,69); }
div.DivClassName
{
background-color: #A25945;
}
.BgClassName
{
background-color: #A25945;
}
</style>
border-color css
<style>
span { border-color: #A25945; }
span { border-color: rgb(162,89,69); }
td.TdClassName
{
border-color: #A25945;
}
.TagClassName
{
border-color: #A25945;
}
</style>