Shades of Crail #AA5C54
Tints of Crail #AA5C54
RGB
CMYK
RGB Variations
Color information
#AA5C54 (or 0xAA5C54) is known color: Crail. HEX triplet: AA, 5C and 54. RGB value is (170,92,84). Sum of RGB (Red+Green+Blue) = 170+92+84=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C54 is #55A3AB. Grayscale: #727272. Windows color (decimal): -5612460 or 5528746. OLE color: 5528746.
HSL color Cylindrical-coordinate representation of color #AA5C54: hue angle of 5.58º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5C54 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 84 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.33 |
| HSL | 5.58º | 0.34% | 0.5% | - |
| HSV(B) | 5.58º | 0.51% | 0.67% | - |
| XYZ | 22 | 16.84 | 10.48 | - |
| YUV | 114.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 84 | 0 | 0.46 | 0.51 | 0.33 | 5.58 | 0.34 | 0.5 |
| Hex | AA | 5C | 54 | 0 | 2E | 33 | 21 | 6 | 22 | 32 |
| Octal | 252 | 134 | 124 | 0 | 56 | 63 | 41 | 6 | 42 | 62 |
| Binary | 10101010 | 1011100 | 1010100 | 0 | 101110 | 110011 | 100001 | 110 | 100010 | 110010 |
Color Harmonies of #AA5C54
Complementary color
Monochromatic Colors of #AA5C54
Black with #AA5C54
Text Example
Text Example
White with #AA5C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C54; }
p { color: rgb(170,92,84); }
H1.HeaderClassName
{
color: #AA5C54;
}
.AnyTagClassName
{
color: #AA5C54;
}
</style>
background-color css
<style>
a { background-color: #AA5C54; }
a { background-color: rgb(170,92,84); }
div.DivClassName
{
background-color: #AA5C54;
}
.BgClassName
{
background-color: #AA5C54;
}
</style>
border-color css
<style>
span { border-color: #AA5C54; }
span { border-color: rgb(170,92,84); }
td.TdClassName
{
border-color: #AA5C54;
}
.TagClassName
{
border-color: #AA5C54;
}
</style>