Shades of Crail #AA5A50
Tints of Crail #AA5A50
RGB
CMYK
RGB Variations
Color information
#AA5A50 (or 0xAA5A50) is known color: Crail. HEX triplet: AA, 5A and 50. RGB value is (170,90,80). Sum of RGB (Red+Green+Blue) = 170+90+80=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A50 is #55A5AF. Grayscale: #707070. Windows color (decimal): -5612976 or 5266090. OLE color: 5266090.
HSL color Cylindrical-coordinate representation of color #AA5A50: hue angle of 6.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5A50 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 80 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.33 |
| HSL | 6.67º | 0.36% | 0.49% | - |
| HSV(B) | 6.67º | 0.53% | 0.67% | - |
| XYZ | 21.68 | 16.44 | 9.62 | - |
| YUV | 112.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 80 | 0 | 0.47 | 0.53 | 0.33 | 6.67 | 0.36 | 0.49 |
| Hex | AA | 5A | 50 | 0 | 2F | 35 | 21 | 7 | 24 | 31 |
| Octal | 252 | 132 | 120 | 0 | 57 | 65 | 41 | 7 | 44 | 61 |
| Binary | 10101010 | 1011010 | 1010000 | 0 | 101111 | 110101 | 100001 | 111 | 100100 | 110001 |
Color Harmonies of #AA5A50
Complementary color
Monochromatic Colors of #AA5A50
Black with #AA5A50
Text Example
Text Example
White with #AA5A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A50; }
p { color: rgb(170,90,80); }
H1.HeaderClassName
{
color: #AA5A50;
}
.AnyTagClassName
{
color: #AA5A50;
}
</style>
background-color css
<style>
a { background-color: #AA5A50; }
a { background-color: rgb(170,90,80); }
div.DivClassName
{
background-color: #AA5A50;
}
.BgClassName
{
background-color: #AA5A50;
}
</style>
border-color css
<style>
span { border-color: #AA5A50; }
span { border-color: rgb(170,90,80); }
td.TdClassName
{
border-color: #AA5A50;
}
.TagClassName
{
border-color: #AA5A50;
}
</style>