Shades of Brown #A93126
Tints of Brown #A93126
RGB
CMYK
RGB Variations
Color information
#A93126 (or 0xA93126) is known color: Brown. HEX triplet: A9, 31 and 26. RGB value is (169,49,38). Sum of RGB (Red+Green+Blue) = 169+49+38=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A93126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93126 is #56CED9. Grayscale: #535353. Windows color (decimal): -5689050 or 2503081. OLE color: 2503081.
HSL color Cylindrical-coordinate representation of color #A93126: hue angle of 5.04º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A93126 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 49 | 38 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.34 |
| HSL | 5.04º | 0.63% | 0.41% | - |
| HSV(B) | 5.04º | 0.78% | 0.66% | - |
| XYZ | 17.81 | 10.77 | 2.97 | - |
| YUV | 83.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 49 | 38 | 0 | 0.71 | 0.78 | 0.34 | 5.04 | 0.63 | 0.41 |
| Hex | A9 | 31 | 26 | 0 | 47 | 4E | 22 | 5 | 3F | 29 |
| Octal | 251 | 61 | 46 | 0 | 107 | 116 | 42 | 5 | 77 | 51 |
| Binary | 10101001 | 110001 | 100110 | 0 | 1000111 | 1001110 | 100010 | 101 | 111111 | 101001 |
Color Harmonies of #A93126
Complementary color
Monochromatic Colors of #A93126
Black with #A93126
Text Example
Text Example
White with #A93126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93126; }
p { color: rgb(169,49,38); }
H1.HeaderClassName
{
color: #A93126;
}
.AnyTagClassName
{
color: #A93126;
}
</style>
background-color css
<style>
a { background-color: #A93126; }
a { background-color: rgb(169,49,38); }
div.DivClassName
{
background-color: #A93126;
}
.BgClassName
{
background-color: #A93126;
}
</style>
border-color css
<style>
span { border-color: #A93126; }
span { border-color: rgb(169,49,38); }
td.TdClassName
{
border-color: #A93126;
}
.TagClassName
{
border-color: #A93126;
}
</style>