Shades of Crail #A25E4E
Tints of Crail #A25E4E
RGB
CMYK
RGB Variations
Color information
#A25E4E (or 0xA25E4E) is known color: Crail. HEX triplet: A2, 5E and 4E. RGB value is (162,94,78). Sum of RGB (Red+Green+Blue) = 162+94+78=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E4E is #5DA1B1. Grayscale: #707070. Windows color (decimal): -6136242 or 5136034. OLE color: 5136034.
HSL color Cylindrical-coordinate representation of color #A25E4E: hue angle of 11.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A25E4E is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 78 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.36 |
| HSL | 11.43º | 0.35% | 0.47% | - |
| HSV(B) | 11.43º | 0.52% | 0.64% | - |
| XYZ | 20.28 | 16.24 | 9.27 | - |
| YUV | 112.51 | 108.53 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 78 | 0 | 0.42 | 0.52 | 0.36 | 11.43 | 0.35 | 0.47 |
| Hex | A2 | 5E | 4E | 0 | 2A | 34 | 24 | B | 23 | 2F |
| Octal | 242 | 136 | 116 | 0 | 52 | 64 | 44 | 13 | 43 | 57 |
| Binary | 10100010 | 1011110 | 1001110 | 0 | 101010 | 110100 | 100100 | 1011 | 100011 | 101111 |
Color Harmonies of #A25E4E
Complementary color
Monochromatic Colors of #A25E4E
Black with #A25E4E
Text Example
Text Example
White with #A25E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E4E; }
p { color: rgb(162,94,78); }
H1.HeaderClassName
{
color: #A25E4E;
}
.AnyTagClassName
{
color: #A25E4E;
}
</style>
background-color css
<style>
a { background-color: #A25E4E; }
a { background-color: rgb(162,94,78); }
div.DivClassName
{
background-color: #A25E4E;
}
.BgClassName
{
background-color: #A25E4E;
}
</style>
border-color css
<style>
span { border-color: #A25E4E; }
span { border-color: rgb(162,94,78); }
td.TdClassName
{
border-color: #A25E4E;
}
.TagClassName
{
border-color: #A25E4E;
}
</style>