Shades of Crail #AA5E49
Tints of Crail #AA5E49
RGB
CMYK
RGB Variations
Color information
#AA5E49 (or 0xAA5E49) is known color: Crail. HEX triplet: AA, 5E and 49. RGB value is (170,94,73). Sum of RGB (Red+Green+Blue) = 170+94+73=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E49 is #55A1B6. Grayscale: #727272. Windows color (decimal): -5611959 or 4808362. OLE color: 4808362.
HSL color Cylindrical-coordinate representation of color #AA5E49: hue angle of 12.99º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA5E49 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 73 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.33 |
| HSL | 12.99º | 0.4% | 0.48% | - |
| HSV(B) | 12.99º | 0.57% | 0.67% | - |
| XYZ | 21.78 | 17.03 | 8.44 | - |
| YUV | 114.33 | 104.68 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 73 | 0 | 0.45 | 0.57 | 0.33 | 12.99 | 0.4 | 0.48 |
| Hex | AA | 5E | 49 | 0 | 2D | 39 | 21 | D | 28 | 30 |
| Octal | 252 | 136 | 111 | 0 | 55 | 71 | 41 | 15 | 50 | 60 |
| Binary | 10101010 | 1011110 | 1001001 | 0 | 101101 | 111001 | 100001 | 1101 | 101000 | 110000 |
Color Harmonies of #AA5E49
Complementary color
Monochromatic Colors of #AA5E49
Black with #AA5E49
Text Example
Text Example
White with #AA5E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E49; }
p { color: rgb(170,94,73); }
H1.HeaderClassName
{
color: #AA5E49;
}
.AnyTagClassName
{
color: #AA5E49;
}
</style>
background-color css
<style>
a { background-color: #AA5E49; }
a { background-color: rgb(170,94,73); }
div.DivClassName
{
background-color: #AA5E49;
}
.BgClassName
{
background-color: #AA5E49;
}
</style>
border-color css
<style>
span { border-color: #AA5E49; }
span { border-color: rgb(170,94,73); }
td.TdClassName
{
border-color: #AA5E49;
}
.TagClassName
{
border-color: #AA5E49;
}
</style>