Shades of Crail #AA5A49
Tints of Crail #AA5A49
RGB
CMYK
RGB Variations
Color information
#AA5A49 (or 0xAA5A49) is known color: Crail. HEX triplet: AA, 5A and 49. RGB value is (170,90,73). Sum of RGB (Red+Green+Blue) = 170+90+73=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A49 is #55A5B6. Grayscale: #707070. Windows color (decimal): -5612983 or 4807338. OLE color: 4807338.
HSL color Cylindrical-coordinate representation of color #AA5A49: hue angle of 10.52º 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 #AA5A49 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 73 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.33 |
| HSL | 10.52º | 0.4% | 0.48% | - |
| HSV(B) | 10.52º | 0.57% | 0.67% | - |
| XYZ | 21.44 | 16.34 | 8.33 | - |
| YUV | 111.98 | 106 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 73 | 0 | 0.47 | 0.57 | 0.33 | 10.52 | 0.4 | 0.48 |
| Hex | AA | 5A | 49 | 0 | 2F | 39 | 21 | B | 28 | 30 |
| Octal | 252 | 132 | 111 | 0 | 57 | 71 | 41 | 13 | 50 | 60 |
| Binary | 10101010 | 1011010 | 1001001 | 0 | 101111 | 111001 | 100001 | 1011 | 101000 | 110000 |
Color Harmonies of #AA5A49
Complementary color
Monochromatic Colors of #AA5A49
Black with #AA5A49
Text Example
Text Example
White with #AA5A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A49; }
p { color: rgb(170,90,73); }
H1.HeaderClassName
{
color: #AA5A49;
}
.AnyTagClassName
{
color: #AA5A49;
}
</style>
background-color css
<style>
a { background-color: #AA5A49; }
a { background-color: rgb(170,90,73); }
div.DivClassName
{
background-color: #AA5A49;
}
.BgClassName
{
background-color: #AA5A49;
}
</style>
border-color css
<style>
span { border-color: #AA5A49; }
span { border-color: rgb(170,90,73); }
td.TdClassName
{
border-color: #AA5A49;
}
.TagClassName
{
border-color: #AA5A49;
}
</style>