Shades of Crail #AA5240
Tints of Crail #AA5240
RGB
CMYK
RGB Variations
Color information
#AA5240 (or 0xAA5240) is known color: Crail. HEX triplet: AA, 52 and 40. RGB value is (170,82,64). Sum of RGB (Red+Green+Blue) = 170+82+64=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5240 is #55ADBF. Grayscale: #6A6A6A. Windows color (decimal): -5615040 or 4215466. OLE color: 4215466.
HSL color Cylindrical-coordinate representation of color #AA5240: hue angle of 10.19º 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 #AA5240 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 64 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.33 |
| HSL | 10.19º | 0.45% | 0.46% | - |
| HSV(B) | 10.19º | 0.62% | 0.67% | - |
| XYZ | 20.52 | 14.95 | 6.65 | - |
| YUV | 106.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 64 | 0 | 0.52 | 0.62 | 0.33 | 10.19 | 0.45 | 0.46 |
| Hex | AA | 52 | 40 | 0 | 34 | 3E | 21 | A | 2D | 2E |
| Octal | 252 | 122 | 100 | 0 | 64 | 76 | 41 | 12 | 55 | 56 |
| Binary | 10101010 | 1010010 | 1000000 | 0 | 110100 | 111110 | 100001 | 1010 | 101101 | 101110 |
Color Harmonies of #AA5240
Complementary color
Monochromatic Colors of #AA5240
Black with #AA5240
Text Example
Text Example
White with #AA5240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5240; }
p { color: rgb(170,82,64); }
H1.HeaderClassName
{
color: #AA5240;
}
.AnyTagClassName
{
color: #AA5240;
}
</style>
background-color css
<style>
a { background-color: #AA5240; }
a { background-color: rgb(170,82,64); }
div.DivClassName
{
background-color: #AA5240;
}
.BgClassName
{
background-color: #AA5240;
}
</style>
border-color css
<style>
span { border-color: #AA5240; }
span { border-color: rgb(170,82,64); }
td.TdClassName
{
border-color: #AA5240;
}
.TagClassName
{
border-color: #AA5240;
}
</style>