Shades of Crail #AA5643
Tints of Crail #AA5643
RGB
CMYK
RGB Variations
Color information
#AA5643 (or 0xAA5643) is known color: Crail. HEX triplet: AA, 56 and 43. RGB value is (170,86,67). Sum of RGB (Red+Green+Blue) = 170+86+67=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5643 is #55A9BC. Grayscale: #6D6D6D. Windows color (decimal): -5614013 or 4413098. OLE color: 4413098.
HSL color Cylindrical-coordinate representation of color #AA5643: hue angle of 11.07º degrees, saturation: 0.43, 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 #AA5643 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 67 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.33 |
| HSL | 11.07º | 0.43% | 0.46% | - |
| HSV(B) | 11.07º | 0.61% | 0.67% | - |
| XYZ | 20.92 | 15.61 | 7.22 | - |
| YUV | 108.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 67 | 0 | 0.49 | 0.61 | 0.33 | 11.07 | 0.43 | 0.46 |
| Hex | AA | 56 | 43 | 0 | 31 | 3D | 21 | B | 2B | 2E |
| Octal | 252 | 126 | 103 | 0 | 61 | 75 | 41 | 13 | 53 | 56 |
| Binary | 10101010 | 1010110 | 1000011 | 0 | 110001 | 111101 | 100001 | 1011 | 101011 | 101110 |
Color Harmonies of #AA5643
Complementary color
Monochromatic Colors of #AA5643
Black with #AA5643
Text Example
Text Example
White with #AA5643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5643; }
p { color: rgb(170,86,67); }
H1.HeaderClassName
{
color: #AA5643;
}
.AnyTagClassName
{
color: #AA5643;
}
</style>
background-color css
<style>
a { background-color: #AA5643; }
a { background-color: rgb(170,86,67); }
div.DivClassName
{
background-color: #AA5643;
}
.BgClassName
{
background-color: #AA5643;
}
</style>
border-color css
<style>
span { border-color: #AA5643; }
span { border-color: rgb(170,86,67); }
td.TdClassName
{
border-color: #AA5643;
}
.TagClassName
{
border-color: #AA5643;
}
</style>