Shades of Crail #AA5A44
Tints of Crail #AA5A44
RGB
CMYK
RGB Variations
Color information
#AA5A44 (or 0xAA5A44) is known color: Crail. HEX triplet: AA, 5A and 44. RGB value is (170,90,68). Sum of RGB (Red+Green+Blue) = 170+90+68=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A44 is #55A5BB. Grayscale: #6F6F6F. Windows color (decimal): -5612988 or 4479658. OLE color: 4479658.
HSL color Cylindrical-coordinate representation of color #AA5A44: hue angle of 12.94º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5A44 is Cyan = 0, Magento = 0.47, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 68 | - |
| CMYK | 0 | 0.47 | 0.6 | 0.33 |
| HSL | 12.94º | 0.43% | 0.47% | - |
| HSV(B) | 12.94º | 0.6% | 0.67% | - |
| XYZ | 21.28 | 16.28 | 7.49 | - |
| YUV | 111.41 | 103.5 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 68 | 0 | 0.47 | 0.6 | 0.33 | 12.94 | 0.43 | 0.47 |
| Hex | AA | 5A | 44 | 0 | 2F | 3C | 21 | D | 2B | 2F |
| Octal | 252 | 132 | 104 | 0 | 57 | 74 | 41 | 15 | 53 | 57 |
| Binary | 10101010 | 1011010 | 1000100 | 0 | 101111 | 111100 | 100001 | 1101 | 101011 | 101111 |
Color Harmonies of #AA5A44
Complementary color
Monochromatic Colors of #AA5A44
Black with #AA5A44
Text Example
Text Example
White with #AA5A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A44; }
p { color: rgb(170,90,68); }
H1.HeaderClassName
{
color: #AA5A44;
}
.AnyTagClassName
{
color: #AA5A44;
}
</style>
background-color css
<style>
a { background-color: #AA5A44; }
a { background-color: rgb(170,90,68); }
div.DivClassName
{
background-color: #AA5A44;
}
.BgClassName
{
background-color: #AA5A44;
}
</style>
border-color css
<style>
span { border-color: #AA5A44; }
span { border-color: rgb(170,90,68); }
td.TdClassName
{
border-color: #AA5A44;
}
.TagClassName
{
border-color: #AA5A44;
}
</style>