Shades of Crail #A25B56
Tints of Crail #A25B56
RGB
CMYK
RGB Variations
Color information
#A25B56 (or 0xA25B56) is known color: Crail. HEX triplet: A2, 5B and 56. RGB value is (162,91,86). Sum of RGB (Red+Green+Blue) = 162+91+86=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B56 is #5DA4A9. Grayscale: #6F6F6F. Windows color (decimal): -6137002 or 5659554. OLE color: 5659554.
HSL color Cylindrical-coordinate representation of color #A25B56: hue angle of 3.95º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A25B56 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 91 | 86 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.36 |
| HSL | 3.95º | 0.31% | 0.49% | - |
| HSV(B) | 3.95º | 0.47% | 0.64% | - |
| XYZ | 20.32 | 15.84 | 10.79 | - |
| YUV | 111.66 | 113.52 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 86 | 0 | 0.44 | 0.47 | 0.36 | 3.95 | 0.31 | 0.49 |
| Hex | A2 | 5B | 56 | 0 | 2C | 2F | 24 | 4 | 1F | 31 |
| Octal | 242 | 133 | 126 | 0 | 54 | 57 | 44 | 4 | 37 | 61 |
| Binary | 10100010 | 1011011 | 1010110 | 0 | 101100 | 101111 | 100100 | 100 | 11111 | 110001 |
Color Harmonies of #A25B56
Complementary color
Monochromatic Colors of #A25B56
Black with #A25B56
Text Example
Text Example
White with #A25B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25B56; }
p { color: rgb(162,91,86); }
H1.HeaderClassName
{
color: #A25B56;
}
.AnyTagClassName
{
color: #A25B56;
}
</style>
background-color css
<style>
a { background-color: #A25B56; }
a { background-color: rgb(162,91,86); }
div.DivClassName
{
background-color: #A25B56;
}
.BgClassName
{
background-color: #A25B56;
}
</style>
border-color css
<style>
span { border-color: #A25B56; }
span { border-color: rgb(162,91,86); }
td.TdClassName
{
border-color: #A25B56;
}
.TagClassName
{
border-color: #A25B56;
}
</style>