Shades of Crail #AA503F
Tints of Crail #AA503F
RGB
CMYK
RGB Variations
Color information
#AA503F (or 0xAA503F) is known color: Crail. HEX triplet: AA, 50 and 3F. RGB value is (170,80,63). Sum of RGB (Red+Green+Blue) = 170+80+63=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA503F is #55AFC0. Grayscale: #696969. Windows color (decimal): -5615553 or 4149418. OLE color: 4149418.
HSL color Cylindrical-coordinate representation of color #AA503F: hue angle of 9.53º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA503F is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 63 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.33 |
| HSL | 9.53º | 0.46% | 0.46% | - |
| HSV(B) | 9.53º | 0.63% | 0.67% | - |
| XYZ | 20.34 | 14.64 | 6.46 | - |
| YUV | 104.97 | 104.32 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 63 | 0 | 0.53 | 0.63 | 0.33 | 9.53 | 0.46 | 0.46 |
| Hex | AA | 50 | 3F | 0 | 35 | 3F | 21 | A | 2E | 2E |
| Octal | 252 | 120 | 77 | 0 | 65 | 77 | 41 | 12 | 56 | 56 |
| Binary | 10101010 | 1010000 | 111111 | 0 | 110101 | 111111 | 100001 | 1010 | 101110 | 101110 |
Color Harmonies of #AA503F
Complementary color
Monochromatic Colors of #AA503F
Black with #AA503F
Text Example
Text Example
White with #AA503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA503F; }
p { color: rgb(170,80,63); }
H1.HeaderClassName
{
color: #AA503F;
}
.AnyTagClassName
{
color: #AA503F;
}
</style>
background-color css
<style>
a { background-color: #AA503F; }
a { background-color: rgb(170,80,63); }
div.DivClassName
{
background-color: #AA503F;
}
.BgClassName
{
background-color: #AA503F;
}
</style>
border-color css
<style>
span { border-color: #AA503F; }
span { border-color: rgb(170,80,63); }
td.TdClassName
{
border-color: #AA503F;
}
.TagClassName
{
border-color: #AA503F;
}
</style>