Shades of Brown #A93129
Tints of Brown #A93129
RGB
CMYK
RGB Variations
Color information
#A93129 (or 0xA93129) is known color: Brown. HEX triplet: A9, 31 and 29. RGB value is (169,49,41). Sum of RGB (Red+Green+Blue) = 169+49+41=259 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.25% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 169 - color contains mainly: red. Hex color #A93129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93129 is #56CED6. Grayscale: #545454. Windows color (decimal): -5689047 or 2699689. OLE color: 2699689.
HSL color Cylindrical-coordinate representation of color #A93129: hue angle of 3.75º 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 #A93129 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 49 | 41 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.34 |
| HSL | 3.75º | 0.61% | 0.41% | - |
| HSV(B) | 3.75º | 0.76% | 0.66% | - |
| XYZ | 17.86 | 10.79 | 3.24 | - |
| YUV | 83.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 49 | 41 | 0 | 0.71 | 0.76 | 0.34 | 3.75 | 0.61 | 0.41 |
| Hex | A9 | 31 | 29 | 0 | 47 | 4C | 22 | 4 | 3D | 29 |
| Octal | 251 | 61 | 51 | 0 | 107 | 114 | 42 | 4 | 75 | 51 |
| Binary | 10101001 | 110001 | 101001 | 0 | 1000111 | 1001100 | 100010 | 100 | 111101 | 101001 |
Color Harmonies of #A93129
Complementary color
Monochromatic Colors of #A93129
Black with #A93129
Text Example
Text Example
White with #A93129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93129; }
p { color: rgb(169,49,41); }
H1.HeaderClassName
{
color: #A93129;
}
.AnyTagClassName
{
color: #A93129;
}
</style>
background-color css
<style>
a { background-color: #A93129; }
a { background-color: rgb(169,49,41); }
div.DivClassName
{
background-color: #A93129;
}
.BgClassName
{
background-color: #A93129;
}
</style>
border-color css
<style>
span { border-color: #A93129; }
span { border-color: rgb(169,49,41); }
td.TdClassName
{
border-color: #A93129;
}
.TagClassName
{
border-color: #A93129;
}
</style>