Shades of Crail #AA5D49
Tints of Crail #AA5D49
RGB
CMYK
RGB Variations
Color information
#AA5D49 (or 0xAA5D49) is known color: Crail. HEX triplet: AA, 5D and 49. RGB value is (170,93,73). Sum of RGB (Red+Green+Blue) = 170+93+73=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D49 is #55A2B6. Grayscale: #717171. Windows color (decimal): -5612215 or 4808106. OLE color: 4808106.
HSL color Cylindrical-coordinate representation of color #AA5D49: hue angle of 12.37º 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 #AA5D49 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 73 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.33 |
| HSL | 12.37º | 0.4% | 0.48% | - |
| HSV(B) | 12.37º | 0.57% | 0.67% | - |
| XYZ | 21.69 | 16.86 | 8.41 | - |
| YUV | 113.74 | 105.01 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 73 | 0 | 0.45 | 0.57 | 0.33 | 12.37 | 0.4 | 0.48 |
| Hex | AA | 5D | 49 | 0 | 2D | 39 | 21 | C | 28 | 30 |
| Octal | 252 | 135 | 111 | 0 | 55 | 71 | 41 | 14 | 50 | 60 |
| Binary | 10101010 | 1011101 | 1001001 | 0 | 101101 | 111001 | 100001 | 1100 | 101000 | 110000 |
Color Harmonies of #AA5D49
Complementary color
Monochromatic Colors of #AA5D49
Black with #AA5D49
Text Example
Text Example
White with #AA5D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D49; }
p { color: rgb(170,93,73); }
H1.HeaderClassName
{
color: #AA5D49;
}
.AnyTagClassName
{
color: #AA5D49;
}
</style>
background-color css
<style>
a { background-color: #AA5D49; }
a { background-color: rgb(170,93,73); }
div.DivClassName
{
background-color: #AA5D49;
}
.BgClassName
{
background-color: #AA5D49;
}
</style>
border-color css
<style>
span { border-color: #AA5D49; }
span { border-color: rgb(170,93,73); }
td.TdClassName
{
border-color: #AA5D49;
}
.TagClassName
{
border-color: #AA5D49;
}
</style>