Shades of Crail #A25E4F
Tints of Crail #A25E4F
RGB
CMYK
RGB Variations
Color information
#A25E4F (or 0xA25E4F) is known color: Crail. HEX triplet: A2, 5E and 4F. RGB value is (162,94,79). Sum of RGB (Red+Green+Blue) = 162+94+79=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E4F is #5DA1B0. Grayscale: #707070. Windows color (decimal): -6136241 or 5201570. OLE color: 5201570.
HSL color Cylindrical-coordinate representation of color #A25E4F: hue angle of 10.84º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25E4F is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 79 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.36 |
| HSL | 10.84º | 0.34% | 0.47% | - |
| HSV(B) | 10.84º | 0.51% | 0.64% | - |
| XYZ | 20.31 | 16.25 | 9.46 | - |
| YUV | 112.62 | 109.03 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 79 | 0 | 0.42 | 0.51 | 0.36 | 10.84 | 0.34 | 0.47 |
| Hex | A2 | 5E | 4F | 0 | 2A | 33 | 24 | B | 22 | 2F |
| Octal | 242 | 136 | 117 | 0 | 52 | 63 | 44 | 13 | 42 | 57 |
| Binary | 10100010 | 1011110 | 1001111 | 0 | 101010 | 110011 | 100100 | 1011 | 100010 | 101111 |
Color Harmonies of #A25E4F
Complementary color
Monochromatic Colors of #A25E4F
Black with #A25E4F
Text Example
Text Example
White with #A25E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E4F; }
p { color: rgb(162,94,79); }
H1.HeaderClassName
{
color: #A25E4F;
}
.AnyTagClassName
{
color: #A25E4F;
}
</style>
background-color css
<style>
a { background-color: #A25E4F; }
a { background-color: rgb(162,94,79); }
div.DivClassName
{
background-color: #A25E4F;
}
.BgClassName
{
background-color: #A25E4F;
}
</style>
border-color css
<style>
span { border-color: #A25E4F; }
span { border-color: rgb(162,94,79); }
td.TdClassName
{
border-color: #A25E4F;
}
.TagClassName
{
border-color: #A25E4F;
}
</style>