Shades of Crail #AA5242
Tints of Crail #AA5242
RGB
CMYK
RGB Variations
Color information
#AA5242 (or 0xAA5242) is known color: Crail. HEX triplet: AA, 52 and 42. RGB value is (170,82,66). Sum of RGB (Red+Green+Blue) = 170+82+66=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5242 is #55ADBD. Grayscale: #6A6A6A. Windows color (decimal): -5615038 or 4346538. OLE color: 4346538.
HSL color Cylindrical-coordinate representation of color #AA5242: hue angle of 9.23º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA5242 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 66 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.33 |
| HSL | 9.23º | 0.44% | 0.46% | - |
| HSV(B) | 9.23º | 0.61% | 0.67% | - |
| XYZ | 20.58 | 14.97 | 6.96 | - |
| YUV | 106.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 66 | 0 | 0.52 | 0.61 | 0.33 | 9.23 | 0.44 | 0.46 |
| Hex | AA | 52 | 42 | 0 | 34 | 3D | 21 | 9 | 2C | 2E |
| Octal | 252 | 122 | 102 | 0 | 64 | 75 | 41 | 11 | 54 | 56 |
| Binary | 10101010 | 1010010 | 1000010 | 0 | 110100 | 111101 | 100001 | 1001 | 101100 | 101110 |
Color Harmonies of #AA5242
Complementary color
Monochromatic Colors of #AA5242
Black with #AA5242
Text Example
Text Example
White with #AA5242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5242; }
p { color: rgb(170,82,66); }
H1.HeaderClassName
{
color: #AA5242;
}
.AnyTagClassName
{
color: #AA5242;
}
</style>
background-color css
<style>
a { background-color: #AA5242; }
a { background-color: rgb(170,82,66); }
div.DivClassName
{
background-color: #AA5242;
}
.BgClassName
{
background-color: #AA5242;
}
</style>
border-color css
<style>
span { border-color: #AA5242; }
span { border-color: rgb(170,82,66); }
td.TdClassName
{
border-color: #AA5242;
}
.TagClassName
{
border-color: #AA5242;
}
</style>