Shades of Crail #AA5343
Tints of Crail #AA5343
RGB
CMYK
RGB Variations
Color information
#AA5343 (or 0xAA5343) is known color: Crail. HEX triplet: AA, 53 and 43. RGB value is (170,83,67). Sum of RGB (Red+Green+Blue) = 170+83+67=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5343 is #55ACBC. Grayscale: #6B6B6B. Windows color (decimal): -5614781 or 4412330. OLE color: 4412330.
HSL color Cylindrical-coordinate representation of color #AA5343: hue angle of 9.32º 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 #AA5343 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 67 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.33 |
| HSL | 9.32º | 0.43% | 0.46% | - |
| HSV(B) | 9.32º | 0.61% | 0.67% | - |
| XYZ | 20.68 | 15.14 | 7.14 | - |
| YUV | 107.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 67 | 0 | 0.51 | 0.61 | 0.33 | 9.32 | 0.43 | 0.46 |
| Hex | AA | 53 | 43 | 0 | 33 | 3D | 21 | 9 | 2B | 2E |
| Octal | 252 | 123 | 103 | 0 | 63 | 75 | 41 | 11 | 53 | 56 |
| Binary | 10101010 | 1010011 | 1000011 | 0 | 110011 | 111101 | 100001 | 1001 | 101011 | 101110 |
Color Harmonies of #AA5343
Complementary color
Monochromatic Colors of #AA5343
Black with #AA5343
Text Example
Text Example
White with #AA5343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5343; }
p { color: rgb(170,83,67); }
H1.HeaderClassName
{
color: #AA5343;
}
.AnyTagClassName
{
color: #AA5343;
}
</style>
background-color css
<style>
a { background-color: #AA5343; }
a { background-color: rgb(170,83,67); }
div.DivClassName
{
background-color: #AA5343;
}
.BgClassName
{
background-color: #AA5343;
}
</style>
border-color css
<style>
span { border-color: #AA5343; }
span { border-color: rgb(170,83,67); }
td.TdClassName
{
border-color: #AA5343;
}
.TagClassName
{
border-color: #AA5343;
}
</style>