Shades of Crail #A25648
Tints of Crail #A25648
RGB
CMYK
RGB Variations
Color information
#A25648 (or 0xA25648) is known color: Crail. HEX triplet: A2, 56 and 48. RGB value is (162,86,72). Sum of RGB (Red+Green+Blue) = 162+86+72=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A25648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25648 is #5DA9B7. Grayscale: #6B6B6B. Windows color (decimal): -6138296 or 4740770. OLE color: 4740770.
HSL color Cylindrical-coordinate representation of color #A25648: hue angle of 9.33º degrees, saturation: 0.38, 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 #A25648 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 86 | 72 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.36 |
| HSL | 9.33º | 0.38% | 0.46% | - |
| HSV(B) | 9.33º | 0.56% | 0.64% | - |
| XYZ | 19.4 | 14.8 | 7.97 | - |
| YUV | 107.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 72 | 0 | 0.47 | 0.56 | 0.36 | 9.33 | 0.38 | 0.46 |
| Hex | A2 | 56 | 48 | 0 | 2F | 38 | 24 | 9 | 26 | 2E |
| Octal | 242 | 126 | 110 | 0 | 57 | 70 | 44 | 11 | 46 | 56 |
| Binary | 10100010 | 1010110 | 1001000 | 0 | 101111 | 111000 | 100100 | 1001 | 100110 | 101110 |
Color Harmonies of #A25648
Complementary color
Monochromatic Colors of #A25648
Black with #A25648
Text Example
Text Example
White with #A25648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25648; }
p { color: rgb(162,86,72); }
H1.HeaderClassName
{
color: #A25648;
}
.AnyTagClassName
{
color: #A25648;
}
</style>
background-color css
<style>
a { background-color: #A25648; }
a { background-color: rgb(162,86,72); }
div.DivClassName
{
background-color: #A25648;
}
.BgClassName
{
background-color: #A25648;
}
</style>
border-color css
<style>
span { border-color: #A25648; }
span { border-color: rgb(162,86,72); }
td.TdClassName
{
border-color: #A25648;
}
.TagClassName
{
border-color: #A25648;
}
</style>