Shades of Crail #AA5D54
Tints of Crail #AA5D54
RGB
CMYK
RGB Variations
Color information
#AA5D54 (or 0xAA5D54) is known color: Crail. HEX triplet: AA, 5D and 54. RGB value is (170,93,84). Sum of RGB (Red+Green+Blue) = 170+93+84=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D54 is #55A2AB. Grayscale: #737373. Windows color (decimal): -5612204 or 5529002. OLE color: 5529002.
HSL color Cylindrical-coordinate representation of color #AA5D54: hue angle of 6.28º 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 #AA5D54 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 84 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.33 |
| HSL | 6.28º | 0.34% | 0.5% | - |
| HSV(B) | 6.28º | 0.51% | 0.67% | - |
| XYZ | 22.09 | 17.01 | 10.51 | - |
| YUV | 115 | 110.51 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 84 | 0 | 0.45 | 0.51 | 0.33 | 6.28 | 0.34 | 0.5 |
| Hex | AA | 5D | 54 | 0 | 2D | 33 | 21 | 6 | 22 | 32 |
| Octal | 252 | 135 | 124 | 0 | 55 | 63 | 41 | 6 | 42 | 62 |
| Binary | 10101010 | 1011101 | 1010100 | 0 | 101101 | 110011 | 100001 | 110 | 100010 | 110010 |
Color Harmonies of #AA5D54
Complementary color
Monochromatic Colors of #AA5D54
Black with #AA5D54
Text Example
Text Example
White with #AA5D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D54; }
p { color: rgb(170,93,84); }
H1.HeaderClassName
{
color: #AA5D54;
}
.AnyTagClassName
{
color: #AA5D54;
}
</style>
background-color css
<style>
a { background-color: #AA5D54; }
a { background-color: rgb(170,93,84); }
div.DivClassName
{
background-color: #AA5D54;
}
.BgClassName
{
background-color: #AA5D54;
}
</style>
border-color css
<style>
span { border-color: #AA5D54; }
span { border-color: rgb(170,93,84); }
td.TdClassName
{
border-color: #AA5D54;
}
.TagClassName
{
border-color: #AA5D54;
}
</style>