Shades of Crail #AA5140
Tints of Crail #AA5140
RGB
CMYK
RGB Variations
Color information
#AA5140 (or 0xAA5140) is known color: Crail. HEX triplet: AA, 51 and 40. RGB value is (170,81,64). Sum of RGB (Red+Green+Blue) = 170+81+64=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5140 is #55AEBF. Grayscale: #696969. Windows color (decimal): -5615296 or 4215210. OLE color: 4215210.
HSL color Cylindrical-coordinate representation of color #AA5140: hue angle of 9.62º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5140 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 64 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.33 |
| HSL | 9.62º | 0.45% | 0.46% | - |
| HSV(B) | 9.62º | 0.62% | 0.67% | - |
| XYZ | 20.45 | 14.8 | 6.63 | - |
| YUV | 105.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 64 | 0 | 0.52 | 0.62 | 0.33 | 9.62 | 0.45 | 0.46 |
| Hex | AA | 51 | 40 | 0 | 34 | 3E | 21 | A | 2D | 2E |
| Octal | 252 | 121 | 100 | 0 | 64 | 76 | 41 | 12 | 55 | 56 |
| Binary | 10101010 | 1010001 | 1000000 | 0 | 110100 | 111110 | 100001 | 1010 | 101101 | 101110 |
Color Harmonies of #AA5140
Complementary color
Monochromatic Colors of #AA5140
Black with #AA5140
Text Example
Text Example
White with #AA5140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5140; }
p { color: rgb(170,81,64); }
H1.HeaderClassName
{
color: #AA5140;
}
.AnyTagClassName
{
color: #AA5140;
}
</style>
background-color css
<style>
a { background-color: #AA5140; }
a { background-color: rgb(170,81,64); }
div.DivClassName
{
background-color: #AA5140;
}
.BgClassName
{
background-color: #AA5140;
}
</style>
border-color css
<style>
span { border-color: #AA5140; }
span { border-color: rgb(170,81,64); }
td.TdClassName
{
border-color: #AA5140;
}
.TagClassName
{
border-color: #AA5140;
}
</style>