Shades of Crail #AA513F
Tints of Crail #AA513F
RGB
CMYK
RGB Variations
Color information
#AA513F (or 0xAA513F) is known color: Crail. HEX triplet: AA, 51 and 3F. RGB value is (170,81,63). Sum of RGB (Red+Green+Blue) = 170+81+63=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA513F is #55AEC0. Grayscale: #696969. Windows color (decimal): -5615297 or 4149674. OLE color: 4149674.
HSL color Cylindrical-coordinate representation of color #AA513F: hue angle of 10.09º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA513F is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 63 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.33 |
| HSL | 10.09º | 0.46% | 0.46% | - |
| HSV(B) | 10.09º | 0.63% | 0.67% | - |
| XYZ | 20.42 | 14.79 | 6.48 | - |
| YUV | 105.56 | 103.99 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 63 | 0 | 0.52 | 0.63 | 0.33 | 10.09 | 0.46 | 0.46 |
| Hex | AA | 51 | 3F | 0 | 34 | 3F | 21 | A | 2E | 2E |
| Octal | 252 | 121 | 77 | 0 | 64 | 77 | 41 | 12 | 56 | 56 |
| Binary | 10101010 | 1010001 | 111111 | 0 | 110100 | 111111 | 100001 | 1010 | 101110 | 101110 |
Color Harmonies of #AA513F
Complementary color
Monochromatic Colors of #AA513F
Black with #AA513F
Text Example
Text Example
White with #AA513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA513F; }
p { color: rgb(170,81,63); }
H1.HeaderClassName
{
color: #AA513F;
}
.AnyTagClassName
{
color: #AA513F;
}
</style>
background-color css
<style>
a { background-color: #AA513F; }
a { background-color: rgb(170,81,63); }
div.DivClassName
{
background-color: #AA513F;
}
.BgClassName
{
background-color: #AA513F;
}
</style>
border-color css
<style>
span { border-color: #AA513F; }
span { border-color: rgb(170,81,63); }
td.TdClassName
{
border-color: #AA513F;
}
.TagClassName
{
border-color: #AA513F;
}
</style>