Shades of Crail #AA5A47
Tints of Crail #AA5A47
RGB
CMYK
RGB Variations
Color information
#AA5A47 (or 0xAA5A47) is known color: Crail. HEX triplet: AA, 5A and 47. RGB value is (170,90,71). Sum of RGB (Red+Green+Blue) = 170+90+71=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A47 is #55A5B8. Grayscale: #6F6F6F. Windows color (decimal): -5612985 or 4676266. OLE color: 4676266.
HSL color Cylindrical-coordinate representation of color #AA5A47: hue angle of 11.52º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5A47 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 71 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.33 |
| HSL | 11.52º | 0.41% | 0.47% | - |
| HSV(B) | 11.52º | 0.58% | 0.67% | - |
| XYZ | 21.37 | 16.31 | 7.98 | - |
| YUV | 111.75 | 105 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 71 | 0 | 0.47 | 0.58 | 0.33 | 11.52 | 0.41 | 0.47 |
| Hex | AA | 5A | 47 | 0 | 2F | 3A | 21 | C | 29 | 2F |
| Octal | 252 | 132 | 107 | 0 | 57 | 72 | 41 | 14 | 51 | 57 |
| Binary | 10101010 | 1011010 | 1000111 | 0 | 101111 | 111010 | 100001 | 1100 | 101001 | 101111 |
Color Harmonies of #AA5A47
Complementary color
Monochromatic Colors of #AA5A47
Black with #AA5A47
Text Example
Text Example
White with #AA5A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A47; }
p { color: rgb(170,90,71); }
H1.HeaderClassName
{
color: #AA5A47;
}
.AnyTagClassName
{
color: #AA5A47;
}
</style>
background-color css
<style>
a { background-color: #AA5A47; }
a { background-color: rgb(170,90,71); }
div.DivClassName
{
background-color: #AA5A47;
}
.BgClassName
{
background-color: #AA5A47;
}
</style>
border-color css
<style>
span { border-color: #AA5A47; }
span { border-color: rgb(170,90,71); }
td.TdClassName
{
border-color: #AA5A47;
}
.TagClassName
{
border-color: #AA5A47;
}
</style>