Shades of Brown #A73528
Tints of Brown #A73528
RGB
CMYK
RGB Variations
Color information
#A73528 (or 0xA73528) is known color: Brown. HEX triplet: A7, 35 and 28. RGB value is (167,53,40). Sum of RGB (Red+Green+Blue) = 167+53+40=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A73528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73528 is #58CAD7. Grayscale: #555555. Windows color (decimal): -5819096 or 2635175. OLE color: 2635175.
HSL color Cylindrical-coordinate representation of color #A73528: hue angle of 6.14º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A73528 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 53 | 40 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.35 |
| HSL | 6.14º | 0.61% | 0.41% | - |
| HSV(B) | 6.14º | 0.76% | 0.65% | - |
| XYZ | 17.59 | 10.91 | 3.19 | - |
| YUV | 85.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 53 | 40 | 0 | 0.68 | 0.76 | 0.35 | 6.14 | 0.61 | 0.41 |
| Hex | A7 | 35 | 28 | 0 | 44 | 4C | 23 | 6 | 3D | 29 |
| Octal | 247 | 65 | 50 | 0 | 104 | 114 | 43 | 6 | 75 | 51 |
| Binary | 10100111 | 110101 | 101000 | 0 | 1000100 | 1001100 | 100011 | 110 | 111101 | 101001 |
Color Harmonies of #A73528
Complementary color
Monochromatic Colors of #A73528
Black with #A73528
Text Example
Text Example
White with #A73528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73528; }
p { color: rgb(167,53,40); }
H1.HeaderClassName
{
color: #A73528;
}
.AnyTagClassName
{
color: #A73528;
}
</style>
background-color css
<style>
a { background-color: #A73528; }
a { background-color: rgb(167,53,40); }
div.DivClassName
{
background-color: #A73528;
}
.BgClassName
{
background-color: #A73528;
}
</style>
border-color css
<style>
span { border-color: #A73528; }
span { border-color: rgb(167,53,40); }
td.TdClassName
{
border-color: #A73528;
}
.TagClassName
{
border-color: #A73528;
}
</style>