Shades of Crail #A55A48
Tints of Crail #A55A48
RGB
CMYK
RGB Variations
Color information
#A55A48 (or 0xA55A48) is known color: Crail. HEX triplet: A5, 5A and 48. RGB value is (165,90,72). Sum of RGB (Red+Green+Blue) = 165+90+72=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A48 is #5AA5B7. Grayscale: #6E6E6E. Windows color (decimal): -5940664 or 4741797. OLE color: 4741797.
HSL color Cylindrical-coordinate representation of color #A55A48: hue angle of 11.61º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A55A48 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 90 | 72 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.35 |
| HSL | 11.61º | 0.39% | 0.46% | - |
| HSV(B) | 11.61º | 0.56% | 0.65% | - |
| XYZ | 20.34 | 15.78 | 8.1 | - |
| YUV | 110.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 72 | 0 | 0.45 | 0.56 | 0.35 | 11.61 | 0.39 | 0.46 |
| Hex | A5 | 5A | 48 | 0 | 2D | 38 | 23 | C | 27 | 2E |
| Octal | 245 | 132 | 110 | 0 | 55 | 70 | 43 | 14 | 47 | 56 |
| Binary | 10100101 | 1011010 | 1001000 | 0 | 101101 | 111000 | 100011 | 1100 | 100111 | 101110 |
Color Harmonies of #A55A48
Complementary color
Monochromatic Colors of #A55A48
Black with #A55A48
Text Example
Text Example
White with #A55A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55A48; }
p { color: rgb(165,90,72); }
H1.HeaderClassName
{
color: #A55A48;
}
.AnyTagClassName
{
color: #A55A48;
}
</style>
background-color css
<style>
a { background-color: #A55A48; }
a { background-color: rgb(165,90,72); }
div.DivClassName
{
background-color: #A55A48;
}
.BgClassName
{
background-color: #A55A48;
}
</style>
border-color css
<style>
span { border-color: #A55A48; }
span { border-color: rgb(165,90,72); }
td.TdClassName
{
border-color: #A55A48;
}
.TagClassName
{
border-color: #A55A48;
}
</style>