Shades of Crail #AA5444
Tints of Crail #AA5444
RGB
CMYK
RGB Variations
Color information
#AA5444 (or 0xAA5444) is known color: Crail. HEX triplet: AA, 54 and 44. RGB value is (170,84,68). Sum of RGB (Red+Green+Blue) = 170+84+68=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5444 is #55ABBB. Grayscale: #6C6C6C. Windows color (decimal): -5614524 or 4478122. OLE color: 4478122.
HSL color Cylindrical-coordinate representation of color #AA5444: hue angle of 9.41º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5444 is Cyan = 0, Magento = 0.51, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 68 | - |
| CMYK | 0 | 0.51 | 0.6 | 0.33 |
| HSL | 9.41º | 0.43% | 0.47% | - |
| HSV(B) | 9.41º | 0.6% | 0.67% | - |
| XYZ | 20.79 | 15.3 | 7.33 | - |
| YUV | 107.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 68 | 0 | 0.51 | 0.6 | 0.33 | 9.41 | 0.43 | 0.47 |
| Hex | AA | 54 | 44 | 0 | 33 | 3C | 21 | 9 | 2B | 2F |
| Octal | 252 | 124 | 104 | 0 | 63 | 74 | 41 | 11 | 53 | 57 |
| Binary | 10101010 | 1010100 | 1000100 | 0 | 110011 | 111100 | 100001 | 1001 | 101011 | 101111 |
Color Harmonies of #AA5444
Complementary color
Monochromatic Colors of #AA5444
Black with #AA5444
Text Example
Text Example
White with #AA5444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5444; }
p { color: rgb(170,84,68); }
H1.HeaderClassName
{
color: #AA5444;
}
.AnyTagClassName
{
color: #AA5444;
}
</style>
background-color css
<style>
a { background-color: #AA5444; }
a { background-color: rgb(170,84,68); }
div.DivClassName
{
background-color: #AA5444;
}
.BgClassName
{
background-color: #AA5444;
}
</style>
border-color css
<style>
span { border-color: #AA5444; }
span { border-color: rgb(170,84,68); }
td.TdClassName
{
border-color: #AA5444;
}
.TagClassName
{
border-color: #AA5444;
}
</style>