Shades of Crail #A25A54
Tints of Crail #A25A54
RGB
CMYK
RGB Variations
Color information
#A25A54 (or 0xA25A54) is known color: Crail. HEX triplet: A2, 5A and 54. RGB value is (162,90,84). Sum of RGB (Red+Green+Blue) = 162+90+84=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A54 is #5DA5AB. Grayscale: #6E6E6E. Windows color (decimal): -6137260 or 5528226. OLE color: 5528226.
HSL color Cylindrical-coordinate representation of color #A25A54: hue angle of 4.62º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25A54 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 84 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.36 |
| HSL | 4.62º | 0.32% | 0.48% | - |
| HSV(B) | 4.62º | 0.48% | 0.64% | - |
| XYZ | 20.16 | 15.63 | 10.34 | - |
| YUV | 110.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 84 | 0 | 0.44 | 0.48 | 0.36 | 4.62 | 0.32 | 0.48 |
| Hex | A2 | 5A | 54 | 0 | 2C | 30 | 24 | 5 | 20 | 30 |
| Octal | 242 | 132 | 124 | 0 | 54 | 60 | 44 | 5 | 40 | 60 |
| Binary | 10100010 | 1011010 | 1010100 | 0 | 101100 | 110000 | 100100 | 101 | 100000 | 110000 |
Color Harmonies of #A25A54
Complementary color
Monochromatic Colors of #A25A54
Black with #A25A54
Text Example
Text Example
White with #A25A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A54; }
p { color: rgb(162,90,84); }
H1.HeaderClassName
{
color: #A25A54;
}
.AnyTagClassName
{
color: #A25A54;
}
</style>
background-color css
<style>
a { background-color: #A25A54; }
a { background-color: rgb(162,90,84); }
div.DivClassName
{
background-color: #A25A54;
}
.BgClassName
{
background-color: #A25A54;
}
</style>
border-color css
<style>
span { border-color: #A25A54; }
span { border-color: rgb(162,90,84); }
td.TdClassName
{
border-color: #A25A54;
}
.TagClassName
{
border-color: #A25A54;
}
</style>