Shades of Crail #AA5548
Tints of Crail #AA5548
RGB
CMYK
RGB Variations
Color information
#AA5548 (or 0xAA5548) is known color: Crail. HEX triplet: AA, 55 and 48. RGB value is (170,85,72). Sum of RGB (Red+Green+Blue) = 170+85+72=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5548 is #55AAB7. Grayscale: #6D6D6D. Windows color (decimal): -5614264 or 4740522. OLE color: 4740522.
HSL color Cylindrical-coordinate representation of color #AA5548: hue angle of 7.96º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5548 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 72 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.33 |
| HSL | 7.96º | 0.4% | 0.47% | - |
| HSV(B) | 7.96º | 0.58% | 0.67% | - |
| XYZ | 21 | 15.51 | 8.02 | - |
| YUV | 108.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 72 | 0 | 0.50 | 0.58 | 0.33 | 7.96 | 0.4 | 0.47 |
| Hex | AA | 55 | 48 | 0 | 32 | 3A | 21 | 8 | 28 | 2F |
| Octal | 252 | 125 | 110 | 0 | 62 | 72 | 41 | 10 | 50 | 57 |
| Binary | 10101010 | 1010101 | 1001000 | 0 | 110010 | 111010 | 100001 | 1000 | 101000 | 101111 |
Color Harmonies of #AA5548
Complementary color
Monochromatic Colors of #AA5548
Black with #AA5548
Text Example
Text Example
White with #AA5548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5548; }
p { color: rgb(170,85,72); }
H1.HeaderClassName
{
color: #AA5548;
}
.AnyTagClassName
{
color: #AA5548;
}
</style>
background-color css
<style>
a { background-color: #AA5548; }
a { background-color: rgb(170,85,72); }
div.DivClassName
{
background-color: #AA5548;
}
.BgClassName
{
background-color: #AA5548;
}
</style>
border-color css
<style>
span { border-color: #AA5548; }
span { border-color: rgb(170,85,72); }
td.TdClassName
{
border-color: #AA5548;
}
.TagClassName
{
border-color: #AA5548;
}
</style>