Shades of Crail #AA5640
Tints of Crail #AA5640
RGB
CMYK
RGB Variations
Color information
#AA5640 (or 0xAA5640) is known color: Crail. HEX triplet: AA, 56 and 40. RGB value is (170,86,64). Sum of RGB (Red+Green+Blue) = 170+86+64=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5640 is #55A9BF. Grayscale: #6C6C6C. Windows color (decimal): -5614016 or 4216490. OLE color: 4216490.
HSL color Cylindrical-coordinate representation of color #AA5640: hue angle of 12.45º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5640 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 64 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.33 |
| HSL | 12.45º | 0.45% | 0.46% | - |
| HSV(B) | 12.45º | 0.62% | 0.67% | - |
| XYZ | 20.83 | 15.57 | 6.76 | - |
| YUV | 108.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 64 | 0 | 0.49 | 0.62 | 0.33 | 12.45 | 0.45 | 0.46 |
| Hex | AA | 56 | 40 | 0 | 31 | 3E | 21 | C | 2D | 2E |
| Octal | 252 | 126 | 100 | 0 | 61 | 76 | 41 | 14 | 55 | 56 |
| Binary | 10101010 | 1010110 | 1000000 | 0 | 110001 | 111110 | 100001 | 1100 | 101101 | 101110 |
Color Harmonies of #AA5640
Complementary color
Monochromatic Colors of #AA5640
Black with #AA5640
Text Example
Text Example
White with #AA5640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5640; }
p { color: rgb(170,86,64); }
H1.HeaderClassName
{
color: #AA5640;
}
.AnyTagClassName
{
color: #AA5640;
}
</style>
background-color css
<style>
a { background-color: #AA5640; }
a { background-color: rgb(170,86,64); }
div.DivClassName
{
background-color: #AA5640;
}
.BgClassName
{
background-color: #AA5640;
}
</style>
border-color css
<style>
span { border-color: #AA5640; }
span { border-color: rgb(170,86,64); }
td.TdClassName
{
border-color: #AA5640;
}
.TagClassName
{
border-color: #AA5640;
}
</style>