Shades of Brown #A43124
Tints of Brown #A43124
RGB
CMYK
RGB Variations
Color information
#A43124 (or 0xA43124) is known color: Brown. HEX triplet: A4, 31 and 24. RGB value is (164,49,36). Sum of RGB (Red+Green+Blue) = 164+49+36=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A43124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43124 is #5BCEDB. Grayscale: #525252. Windows color (decimal): -6016732 or 2372004. OLE color: 2372004.
HSL color Cylindrical-coordinate representation of color #A43124: hue angle of 6.09º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A43124 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 49 | 36 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.36 |
| HSL | 6.09º | 0.64% | 0.39% | - |
| HSV(B) | 6.09º | 0.78% | 0.64% | - |
| XYZ | 16.73 | 10.22 | 2.76 | - |
| YUV | 81.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 36 | 0 | 0.70 | 0.78 | 0.36 | 6.09 | 0.64 | 0.39 |
| Hex | A4 | 31 | 24 | 0 | 46 | 4E | 24 | 6 | 40 | 27 |
| Octal | 244 | 61 | 44 | 0 | 106 | 116 | 44 | 6 | 100 | 47 |
| Binary | 10100100 | 110001 | 100100 | 0 | 1000110 | 1001110 | 100100 | 110 | 1000000 | 100111 |
Color Harmonies of #A43124
Complementary color
Monochromatic Colors of #A43124
Black with #A43124
Text Example
Text Example
White with #A43124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43124; }
p { color: rgb(164,49,36); }
H1.HeaderClassName
{
color: #A43124;
}
.AnyTagClassName
{
color: #A43124;
}
</style>
background-color css
<style>
a { background-color: #A43124; }
a { background-color: rgb(164,49,36); }
div.DivClassName
{
background-color: #A43124;
}
.BgClassName
{
background-color: #A43124;
}
</style>
border-color css
<style>
span { border-color: #A43124; }
span { border-color: rgb(164,49,36); }
td.TdClassName
{
border-color: #A43124;
}
.TagClassName
{
border-color: #A43124;
}
</style>