Shades of Crail #A05448
Tints of Crail #A05448
RGB
CMYK
RGB Variations
Color information
#A05448 (or 0xA05448) is known color: Crail. HEX triplet: A0, 54 and 48. RGB value is (160,84,72). Sum of RGB (Red+Green+Blue) = 160+84+72=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A05448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05448 is #5FABB7. Grayscale: #696969. Windows color (decimal): -6269880 or 4740256. OLE color: 4740256.
HSL color Cylindrical-coordinate representation of color #A05448: hue angle of 8.18º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A05448 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 84 | 72 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.37 |
| HSL | 8.18º | 0.38% | 0.45% | - |
| HSV(B) | 8.18º | 0.55% | 0.63% | - |
| XYZ | 18.84 | 14.28 | 7.89 | - |
| YUV | 105.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 72 | 0 | 0.48 | 0.55 | 0.37 | 8.18 | 0.38 | 0.45 |
| Hex | A0 | 54 | 48 | 0 | 30 | 37 | 25 | 8 | 26 | 2D |
| Octal | 240 | 124 | 110 | 0 | 60 | 67 | 45 | 10 | 46 | 55 |
| Binary | 10100000 | 1010100 | 1001000 | 0 | 110000 | 110111 | 100101 | 1000 | 100110 | 101101 |
Color Harmonies of #A05448
Complementary color
Monochromatic Colors of #A05448
Black with #A05448
Text Example
Text Example
White with #A05448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05448; }
p { color: rgb(160,84,72); }
H1.HeaderClassName
{
color: #A05448;
}
.AnyTagClassName
{
color: #A05448;
}
</style>
background-color css
<style>
a { background-color: #A05448; }
a { background-color: rgb(160,84,72); }
div.DivClassName
{
background-color: #A05448;
}
.BgClassName
{
background-color: #A05448;
}
</style>
border-color css
<style>
span { border-color: #A05448; }
span { border-color: rgb(160,84,72); }
td.TdClassName
{
border-color: #A05448;
}
.TagClassName
{
border-color: #A05448;
}
</style>