Shades of Crail #AA594E
Tints of Crail #AA594E
RGB
CMYK
RGB Variations
Color information
#AA594E (or 0xAA594E) is known color: Crail. HEX triplet: AA, 59 and 4E. RGB value is (170,89,78). Sum of RGB (Red+Green+Blue) = 170+89+78=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA594E is #55A6B1. Grayscale: #707070. Windows color (decimal): -5613234 or 5134762. OLE color: 5134762.
HSL color Cylindrical-coordinate representation of color #AA594E: hue angle of 7.17º 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 #AA594E is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 78 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.33 |
| HSL | 7.17º | 0.37% | 0.49% | - |
| HSV(B) | 7.17º | 0.54% | 0.67% | - |
| XYZ | 21.53 | 16.24 | 9.21 | - |
| YUV | 111.97 | 108.84 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 78 | 0 | 0.48 | 0.54 | 0.33 | 7.17 | 0.37 | 0.49 |
| Hex | AA | 59 | 4E | 0 | 30 | 36 | 21 | 7 | 25 | 31 |
| Octal | 252 | 131 | 116 | 0 | 60 | 66 | 41 | 7 | 45 | 61 |
| Binary | 10101010 | 1011001 | 1001110 | 0 | 110000 | 110110 | 100001 | 111 | 100101 | 110001 |
Color Harmonies of #AA594E
Complementary color
Monochromatic Colors of #AA594E
Black with #AA594E
Text Example
Text Example
White with #AA594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA594E; }
p { color: rgb(170,89,78); }
H1.HeaderClassName
{
color: #AA594E;
}
.AnyTagClassName
{
color: #AA594E;
}
</style>
background-color css
<style>
a { background-color: #AA594E; }
a { background-color: rgb(170,89,78); }
div.DivClassName
{
background-color: #AA594E;
}
.BgClassName
{
background-color: #AA594E;
}
</style>
border-color css
<style>
span { border-color: #AA594E; }
span { border-color: rgb(170,89,78); }
td.TdClassName
{
border-color: #AA594E;
}
.TagClassName
{
border-color: #AA594E;
}
</style>