Shades of Crail #A9503F
Tints of Crail #A9503F
RGB
CMYK
RGB Variations
Color information
#A9503F (or 0xA9503F) is known color: Crail. HEX triplet: A9, 50 and 3F. RGB value is (169,80,63). Sum of RGB (Red+Green+Blue) = 169+80+63=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A9503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9503F is #56AFC0. Grayscale: #686868. Windows color (decimal): -5681089 or 4149417. OLE color: 4149417.
HSL color Cylindrical-coordinate representation of color #A9503F: hue angle of 9.62º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A9503F is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 80 | 63 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.34 |
| HSL | 9.62º | 0.46% | 0.45% | - |
| HSV(B) | 9.62º | 0.63% | 0.66% | - |
| XYZ | 20.13 | 14.53 | 6.45 | - |
| YUV | 104.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 63 | 0 | 0.53 | 0.63 | 0.34 | 9.62 | 0.46 | 0.45 |
| Hex | A9 | 50 | 3F | 0 | 35 | 3F | 22 | A | 2E | 2D |
| Octal | 251 | 120 | 77 | 0 | 65 | 77 | 42 | 12 | 56 | 55 |
| Binary | 10101001 | 1010000 | 111111 | 0 | 110101 | 111111 | 100010 | 1010 | 101110 | 101101 |
Color Harmonies of #A9503F
Complementary color
Monochromatic Colors of #A9503F
Black with #A9503F
Text Example
Text Example
White with #A9503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9503F; }
p { color: rgb(169,80,63); }
H1.HeaderClassName
{
color: #A9503F;
}
.AnyTagClassName
{
color: #A9503F;
}
</style>
background-color css
<style>
a { background-color: #A9503F; }
a { background-color: rgb(169,80,63); }
div.DivClassName
{
background-color: #A9503F;
}
.BgClassName
{
background-color: #A9503F;
}
</style>
border-color css
<style>
span { border-color: #A9503F; }
span { border-color: rgb(169,80,63); }
td.TdClassName
{
border-color: #A9503F;
}
.TagClassName
{
border-color: #A9503F;
}
</style>