Shades of Brown #A83529
Tints of Brown #A83529
RGB
CMYK
RGB Variations
Color information
#A83529 (or 0xA83529) is known color: Brown. HEX triplet: A8, 35 and 29. RGB value is (168,53,41). Sum of RGB (Red+Green+Blue) = 168+53+41=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A83529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83529 is #57CAD6. Grayscale: #565656. Windows color (decimal): -5753559 or 2700712. OLE color: 2700712.
HSL color Cylindrical-coordinate representation of color #A83529: hue angle of 5.67º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A83529 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 41 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.34 |
| HSL | 5.67º | 0.61% | 0.41% | - |
| HSV(B) | 5.67º | 0.76% | 0.66% | - |
| XYZ | 17.82 | 11.03 | 3.29 | - |
| YUV | 86.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 41 | 0 | 0.68 | 0.76 | 0.34 | 5.67 | 0.61 | 0.41 |
| Hex | A8 | 35 | 29 | 0 | 44 | 4C | 22 | 6 | 3D | 29 |
| Octal | 250 | 65 | 51 | 0 | 104 | 114 | 42 | 6 | 75 | 51 |
| Binary | 10101000 | 110101 | 101001 | 0 | 1000100 | 1001100 | 100010 | 110 | 111101 | 101001 |
Color Harmonies of #A83529
Complementary color
Monochromatic Colors of #A83529
Black with #A83529
Text Example
Text Example
White with #A83529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83529; }
p { color: rgb(168,53,41); }
H1.HeaderClassName
{
color: #A83529;
}
.AnyTagClassName
{
color: #A83529;
}
</style>
background-color css
<style>
a { background-color: #A83529; }
a { background-color: rgb(168,53,41); }
div.DivClassName
{
background-color: #A83529;
}
.BgClassName
{
background-color: #A83529;
}
</style>
border-color css
<style>
span { border-color: #A83529; }
span { border-color: rgb(168,53,41); }
td.TdClassName
{
border-color: #A83529;
}
.TagClassName
{
border-color: #A83529;
}
</style>