Shades of Crail #AA5D4F
Tints of Crail #AA5D4F
RGB
CMYK
RGB Variations
Color information
#AA5D4F (or 0xAA5D4F) is known color: Crail. HEX triplet: AA, 5D and 4F. RGB value is (170,93,79). Sum of RGB (Red+Green+Blue) = 170+93+79=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D4F is #55A2B0. Grayscale: #727272. Windows color (decimal): -5612209 or 5201322. OLE color: 5201322.
HSL color Cylindrical-coordinate representation of color #AA5D4F: hue angle of 9.23º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA5D4F is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 79 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.33 |
| HSL | 9.23º | 0.37% | 0.49% | - |
| HSV(B) | 9.23º | 0.54% | 0.67% | - |
| XYZ | 21.9 | 16.94 | 9.51 | - |
| YUV | 114.43 | 108.01 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 79 | 0 | 0.45 | 0.54 | 0.33 | 9.23 | 0.37 | 0.49 |
| Hex | AA | 5D | 4F | 0 | 2D | 36 | 21 | 9 | 25 | 31 |
| Octal | 252 | 135 | 117 | 0 | 55 | 66 | 41 | 11 | 45 | 61 |
| Binary | 10101010 | 1011101 | 1001111 | 0 | 101101 | 110110 | 100001 | 1001 | 100101 | 110001 |
Color Harmonies of #AA5D4F
Complementary color
Monochromatic Colors of #AA5D4F
Black with #AA5D4F
Text Example
Text Example
White with #AA5D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D4F; }
p { color: rgb(170,93,79); }
H1.HeaderClassName
{
color: #AA5D4F;
}
.AnyTagClassName
{
color: #AA5D4F;
}
</style>
background-color css
<style>
a { background-color: #AA5D4F; }
a { background-color: rgb(170,93,79); }
div.DivClassName
{
background-color: #AA5D4F;
}
.BgClassName
{
background-color: #AA5D4F;
}
</style>
border-color css
<style>
span { border-color: #AA5D4F; }
span { border-color: rgb(170,93,79); }
td.TdClassName
{
border-color: #AA5D4F;
}
.TagClassName
{
border-color: #AA5D4F;
}
</style>