Shades of Crail #A25A47
Tints of Crail #A25A47
RGB
CMYK
RGB Variations
Color information
#A25A47 (or 0xA25A47) is known color: Crail. HEX triplet: A2, 5A and 47. RGB value is (162,90,71). Sum of RGB (Red+Green+Blue) = 162+90+71=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A47 is #5DA5B8. Grayscale: #6D6D6D. Windows color (decimal): -6137273 or 4676258. OLE color: 4676258.
HSL color Cylindrical-coordinate representation of color #A25A47: hue angle of 12.53º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A25A47 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 71 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.36 |
| HSL | 12.53º | 0.39% | 0.46% | - |
| HSV(B) | 12.53º | 0.56% | 0.64% | - |
| XYZ | 19.69 | 15.45 | 7.91 | - |
| YUV | 109.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 71 | 0 | 0.44 | 0.56 | 0.36 | 12.53 | 0.39 | 0.46 |
| Hex | A2 | 5A | 47 | 0 | 2C | 38 | 24 | D | 27 | 2E |
| Octal | 242 | 132 | 107 | 0 | 54 | 70 | 44 | 15 | 47 | 56 |
| Binary | 10100010 | 1011010 | 1000111 | 0 | 101100 | 111000 | 100100 | 1101 | 100111 | 101110 |
Color Harmonies of #A25A47
Complementary color
Monochromatic Colors of #A25A47
Black with #A25A47
Text Example
Text Example
White with #A25A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A47; }
p { color: rgb(162,90,71); }
H1.HeaderClassName
{
color: #A25A47;
}
.AnyTagClassName
{
color: #A25A47;
}
</style>
background-color css
<style>
a { background-color: #A25A47; }
a { background-color: rgb(162,90,71); }
div.DivClassName
{
background-color: #A25A47;
}
.BgClassName
{
background-color: #A25A47;
}
</style>
border-color css
<style>
span { border-color: #A25A47; }
span { border-color: rgb(162,90,71); }
td.TdClassName
{
border-color: #A25A47;
}
.TagClassName
{
border-color: #A25A47;
}
</style>