Shades of Brown #A43528
Tints of Brown #A43528
RGB
CMYK
RGB Variations
Color information
#A43528 (or 0xA43528) is known color: Brown. HEX triplet: A4, 35 and 28. RGB value is (164,53,40). Sum of RGB (Red+Green+Blue) = 164+53+40=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A43528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43528 is #5BCAD7. Grayscale: #545454. Windows color (decimal): -6015704 or 2635172. OLE color: 2635172.
HSL color Cylindrical-coordinate representation of color #A43528: hue angle of 6.29º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A43528 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 53 | 40 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.36 |
| HSL | 6.29º | 0.61% | 0.4% | - |
| HSV(B) | 6.29º | 0.76% | 0.64% | - |
| XYZ | 16.97 | 10.59 | 3.16 | - |
| YUV | 84.71 | 102.77 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 40 | 0 | 0.68 | 0.76 | 0.36 | 6.29 | 0.61 | 0.4 |
| Hex | A4 | 35 | 28 | 0 | 44 | 4C | 24 | 6 | 3D | 28 |
| Octal | 244 | 65 | 50 | 0 | 104 | 114 | 44 | 6 | 75 | 50 |
| Binary | 10100100 | 110101 | 101000 | 0 | 1000100 | 1001100 | 100100 | 110 | 111101 | 101000 |
Color Harmonies of #A43528
Complementary color
Monochromatic Colors of #A43528
Black with #A43528
Text Example
Text Example
White with #A43528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43528; }
p { color: rgb(164,53,40); }
H1.HeaderClassName
{
color: #A43528;
}
.AnyTagClassName
{
color: #A43528;
}
</style>
background-color css
<style>
a { background-color: #A43528; }
a { background-color: rgb(164,53,40); }
div.DivClassName
{
background-color: #A43528;
}
.BgClassName
{
background-color: #A43528;
}
</style>
border-color css
<style>
span { border-color: #A43528; }
span { border-color: rgb(164,53,40); }
td.TdClassName
{
border-color: #A43528;
}
.TagClassName
{
border-color: #A43528;
}
</style>