Shades of Crail #AA5A43
Tints of Crail #AA5A43
RGB
CMYK
RGB Variations
Color information
#AA5A43 (or 0xAA5A43) is known color: Crail. HEX triplet: AA, 5A and 43. RGB value is (170,90,67). Sum of RGB (Red+Green+Blue) = 170+90+67=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A43 is #55A5BC. Grayscale: #6F6F6F. Windows color (decimal): -5612989 or 4414122. OLE color: 4414122.
HSL color Cylindrical-coordinate representation of color #AA5A43: hue angle of 13.4º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA5A43 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 67 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.33 |
| HSL | 13.4º | 0.43% | 0.46% | - |
| HSV(B) | 13.4º | 0.61% | 0.67% | - |
| XYZ | 21.25 | 16.26 | 7.33 | - |
| YUV | 111.3 | 103 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 67 | 0 | 0.47 | 0.61 | 0.33 | 13.4 | 0.43 | 0.46 |
| Hex | AA | 5A | 43 | 0 | 2F | 3D | 21 | D | 2B | 2E |
| Octal | 252 | 132 | 103 | 0 | 57 | 75 | 41 | 15 | 53 | 56 |
| Binary | 10101010 | 1011010 | 1000011 | 0 | 101111 | 111101 | 100001 | 1101 | 101011 | 101110 |
Color Harmonies of #AA5A43
Complementary color
Monochromatic Colors of #AA5A43
Black with #AA5A43
Text Example
Text Example
White with #AA5A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A43; }
p { color: rgb(170,90,67); }
H1.HeaderClassName
{
color: #AA5A43;
}
.AnyTagClassName
{
color: #AA5A43;
}
</style>
background-color css
<style>
a { background-color: #AA5A43; }
a { background-color: rgb(170,90,67); }
div.DivClassName
{
background-color: #AA5A43;
}
.BgClassName
{
background-color: #AA5A43;
}
</style>
border-color css
<style>
span { border-color: #AA5A43; }
span { border-color: rgb(170,90,67); }
td.TdClassName
{
border-color: #AA5A43;
}
.TagClassName
{
border-color: #AA5A43;
}
</style>