Shades of Brown #A83129
Tints of Brown #A83129
RGB
CMYK
RGB Variations
Color information
#A83129 (or 0xA83129) is known color: Brown. HEX triplet: A8, 31 and 29. RGB value is (168,49,41). Sum of RGB (Red+Green+Blue) = 168+49+41=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A83129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83129 is #57CED6. Grayscale: #535353. Windows color (decimal): -5754583 or 2699688. OLE color: 2699688.
HSL color Cylindrical-coordinate representation of color #A83129: hue angle of 3.78º 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 #A83129 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 41 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.34 |
| HSL | 3.78º | 0.61% | 0.41% | - |
| HSV(B) | 3.78º | 0.76% | 0.66% | - |
| XYZ | 17.65 | 10.68 | 3.23 | - |
| YUV | 83.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 41 | 0 | 0.71 | 0.76 | 0.34 | 3.78 | 0.61 | 0.41 |
| Hex | A8 | 31 | 29 | 0 | 47 | 4C | 22 | 4 | 3D | 29 |
| Octal | 250 | 61 | 51 | 0 | 107 | 114 | 42 | 4 | 75 | 51 |
| Binary | 10101000 | 110001 | 101001 | 0 | 1000111 | 1001100 | 100010 | 100 | 111101 | 101001 |
Color Harmonies of #A83129
Complementary color
Monochromatic Colors of #A83129
Black with #A83129
Text Example
Text Example
White with #A83129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83129; }
p { color: rgb(168,49,41); }
H1.HeaderClassName
{
color: #A83129;
}
.AnyTagClassName
{
color: #A83129;
}
</style>
background-color css
<style>
a { background-color: #A83129; }
a { background-color: rgb(168,49,41); }
div.DivClassName
{
background-color: #A83129;
}
.BgClassName
{
background-color: #A83129;
}
</style>
border-color css
<style>
span { border-color: #A83129; }
span { border-color: rgb(168,49,41); }
td.TdClassName
{
border-color: #A83129;
}
.TagClassName
{
border-color: #A83129;
}
</style>