Shades of Crail #AA5545
Tints of Crail #AA5545
RGB
CMYK
RGB Variations
Color information
#AA5545 (or 0xAA5545) is known color: Crail. HEX triplet: AA, 55 and 45. RGB value is (170,85,69). Sum of RGB (Red+Green+Blue) = 170+85+69=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5545 is #55AABA. Grayscale: #6C6C6C. Windows color (decimal): -5614267 or 4543914. OLE color: 4543914.
HSL color Cylindrical-coordinate representation of color #AA5545: hue angle of 9.5º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA5545 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 69 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.33 |
| HSL | 9.5º | 0.42% | 0.47% | - |
| HSV(B) | 9.5º | 0.59% | 0.67% | - |
| XYZ | 20.9 | 15.47 | 7.52 | - |
| YUV | 108.59 | 105.66 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 69 | 0 | 0.50 | 0.59 | 0.33 | 9.5 | 0.42 | 0.47 |
| Hex | AA | 55 | 45 | 0 | 32 | 3B | 21 | A | 2A | 2F |
| Octal | 252 | 125 | 105 | 0 | 62 | 73 | 41 | 12 | 52 | 57 |
| Binary | 10101010 | 1010101 | 1000101 | 0 | 110010 | 111011 | 100001 | 1010 | 101010 | 101111 |
Color Harmonies of #AA5545
Complementary color
Monochromatic Colors of #AA5545
Black with #AA5545
Text Example
Text Example
White with #AA5545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5545; }
p { color: rgb(170,85,69); }
H1.HeaderClassName
{
color: #AA5545;
}
.AnyTagClassName
{
color: #AA5545;
}
</style>
background-color css
<style>
a { background-color: #AA5545; }
a { background-color: rgb(170,85,69); }
div.DivClassName
{
background-color: #AA5545;
}
.BgClassName
{
background-color: #AA5545;
}
</style>
border-color css
<style>
span { border-color: #AA5545; }
span { border-color: rgb(170,85,69); }
td.TdClassName
{
border-color: #AA5545;
}
.TagClassName
{
border-color: #AA5545;
}
</style>