Shades of Crail #A4503E
Tints of Crail #A4503E
RGB
CMYK
RGB Variations
Color information
#A4503E (or 0xA4503E) is known color: Crail. HEX triplet: A4, 50 and 3E. RGB value is (164,80,62). Sum of RGB (Red+Green+Blue) = 164+80+62=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A4503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4503E is #5BAFC1. Grayscale: #676767. Windows color (decimal): -6008770 or 4083876. OLE color: 4083876.
HSL color Cylindrical-coordinate representation of color #A4503E: hue angle of 10.59º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4503E is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 80 | 62 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.36 |
| HSL | 10.59º | 0.45% | 0.44% | - |
| HSV(B) | 10.59º | 0.62% | 0.64% | - |
| XYZ | 19.05 | 13.98 | 6.25 | - |
| YUV | 103.06 | 104.83 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 62 | 0 | 0.51 | 0.62 | 0.36 | 10.59 | 0.45 | 0.44 |
| Hex | A4 | 50 | 3E | 0 | 33 | 3E | 24 | B | 2D | 2C |
| Octal | 244 | 120 | 76 | 0 | 63 | 76 | 44 | 13 | 55 | 54 |
| Binary | 10100100 | 1010000 | 111110 | 0 | 110011 | 111110 | 100100 | 1011 | 101101 | 101100 |
Color Harmonies of #A4503E
Complementary color
Monochromatic Colors of #A4503E
Black with #A4503E
Text Example
Text Example
White with #A4503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4503E; }
p { color: rgb(164,80,62); }
H1.HeaderClassName
{
color: #A4503E;
}
.AnyTagClassName
{
color: #A4503E;
}
</style>
background-color css
<style>
a { background-color: #A4503E; }
a { background-color: rgb(164,80,62); }
div.DivClassName
{
background-color: #A4503E;
}
.BgClassName
{
background-color: #A4503E;
}
</style>
border-color css
<style>
span { border-color: #A4503E; }
span { border-color: rgb(164,80,62); }
td.TdClassName
{
border-color: #A4503E;
}
.TagClassName
{
border-color: #A4503E;
}
</style>