Shades of Crail #AA594D
Tints of Crail #AA594D
RGB
CMYK
RGB Variations
Color information
#AA594D (or 0xAA594D) is known color: Crail. HEX triplet: AA, 59 and 4D. RGB value is (170,89,77). Sum of RGB (Red+Green+Blue) = 170+89+77=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA594D is #55A6B2. Grayscale: #6F6F6F. Windows color (decimal): -5613235 or 5069226. OLE color: 5069226.
HSL color Cylindrical-coordinate representation of color #AA594D: hue angle of 7.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA594D is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 77 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.33 |
| HSL | 7.74º | 0.38% | 0.48% | - |
| HSV(B) | 7.74º | 0.55% | 0.67% | - |
| XYZ | 21.49 | 16.23 | 9.02 | - |
| YUV | 111.85 | 108.34 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 77 | 0 | 0.48 | 0.55 | 0.33 | 7.74 | 0.38 | 0.48 |
| Hex | AA | 59 | 4D | 0 | 30 | 37 | 21 | 8 | 26 | 30 |
| Octal | 252 | 131 | 115 | 0 | 60 | 67 | 41 | 10 | 46 | 60 |
| Binary | 10101010 | 1011001 | 1001101 | 0 | 110000 | 110111 | 100001 | 1000 | 100110 | 110000 |
Color Harmonies of #AA594D
Complementary color
Monochromatic Colors of #AA594D
Black with #AA594D
Text Example
Text Example
White with #AA594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA594D; }
p { color: rgb(170,89,77); }
H1.HeaderClassName
{
color: #AA594D;
}
.AnyTagClassName
{
color: #AA594D;
}
</style>
background-color css
<style>
a { background-color: #AA594D; }
a { background-color: rgb(170,89,77); }
div.DivClassName
{
background-color: #AA594D;
}
.BgClassName
{
background-color: #AA594D;
}
</style>
border-color css
<style>
span { border-color: #AA594D; }
span { border-color: rgb(170,89,77); }
td.TdClassName
{
border-color: #AA594D;
}
.TagClassName
{
border-color: #AA594D;
}
</style>