Shades of Crail #AA5D51
Tints of Crail #AA5D51
RGB
CMYK
RGB Variations
Color information
#AA5D51 (or 0xAA5D51) is known color: Crail. HEX triplet: AA, 5D and 51. RGB value is (170,93,81). Sum of RGB (Red+Green+Blue) = 170+93+81=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D51 is #55A2AE. Grayscale: #727272. Windows color (decimal): -5612207 or 5332394. OLE color: 5332394.
HSL color Cylindrical-coordinate representation of color #AA5D51: hue angle of 8.09º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5D51 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 81 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.33 |
| HSL | 8.09º | 0.35% | 0.49% | - |
| HSV(B) | 8.09º | 0.52% | 0.67% | - |
| XYZ | 21.98 | 16.97 | 9.9 | - |
| YUV | 114.66 | 109.01 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 81 | 0 | 0.45 | 0.52 | 0.33 | 8.09 | 0.35 | 0.49 |
| Hex | AA | 5D | 51 | 0 | 2D | 34 | 21 | 8 | 23 | 31 |
| Octal | 252 | 135 | 121 | 0 | 55 | 64 | 41 | 10 | 43 | 61 |
| Binary | 10101010 | 1011101 | 1010001 | 0 | 101101 | 110100 | 100001 | 1000 | 100011 | 110001 |
Color Harmonies of #AA5D51
Complementary color
Monochromatic Colors of #AA5D51
Black with #AA5D51
Text Example
Text Example
White with #AA5D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D51; }
p { color: rgb(170,93,81); }
H1.HeaderClassName
{
color: #AA5D51;
}
.AnyTagClassName
{
color: #AA5D51;
}
</style>
background-color css
<style>
a { background-color: #AA5D51; }
a { background-color: rgb(170,93,81); }
div.DivClassName
{
background-color: #AA5D51;
}
.BgClassName
{
background-color: #AA5D51;
}
</style>
border-color css
<style>
span { border-color: #AA5D51; }
span { border-color: rgb(170,93,81); }
td.TdClassName
{
border-color: #AA5D51;
}
.TagClassName
{
border-color: #AA5D51;
}
</style>