Shades of Brown #A43328
Tints of Brown #A43328
RGB
CMYK
RGB Variations
Color information
#A43328 (or 0xA43328) is known color: Brown. HEX triplet: A4, 33 and 28. RGB value is (164,51,40). Sum of RGB (Red+Green+Blue) = 164+51+40=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A43328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43328 is #5BCCD7. Grayscale: #535353. Windows color (decimal): -6016216 or 2634660. OLE color: 2634660.
HSL color Cylindrical-coordinate representation of color #A43328: hue angle of 5.32º 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 #A43328 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 51 | 40 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.36 |
| HSL | 5.32º | 0.61% | 0.4% | - |
| HSV(B) | 5.32º | 0.76% | 0.64% | - |
| XYZ | 16.88 | 10.41 | 3.13 | - |
| YUV | 83.53 | 103.44 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 40 | 0 | 0.69 | 0.76 | 0.36 | 5.32 | 0.61 | 0.4 |
| Hex | A4 | 33 | 28 | 0 | 45 | 4C | 24 | 5 | 3D | 28 |
| Octal | 244 | 63 | 50 | 0 | 105 | 114 | 44 | 5 | 75 | 50 |
| Binary | 10100100 | 110011 | 101000 | 0 | 1000101 | 1001100 | 100100 | 101 | 111101 | 101000 |
Color Harmonies of #A43328
Complementary color
Monochromatic Colors of #A43328
Black with #A43328
Text Example
Text Example
White with #A43328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43328; }
p { color: rgb(164,51,40); }
H1.HeaderClassName
{
color: #A43328;
}
.AnyTagClassName
{
color: #A43328;
}
</style>
background-color css
<style>
a { background-color: #A43328; }
a { background-color: rgb(164,51,40); }
div.DivClassName
{
background-color: #A43328;
}
.BgClassName
{
background-color: #A43328;
}
</style>
border-color css
<style>
span { border-color: #A43328; }
span { border-color: rgb(164,51,40); }
td.TdClassName
{
border-color: #A43328;
}
.TagClassName
{
border-color: #A43328;
}
</style>