Shades of Brown #A93629
Tints of Brown #A93629
RGB
CMYK
RGB Variations
Color information
#A93629 (or 0xA93629) is known color: Brown. HEX triplet: A9, 36 and 29. RGB value is (169,54,41). Sum of RGB (Red+Green+Blue) = 169+54+41=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A93629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93629 is #56C9D6. Grayscale: #575757. Windows color (decimal): -5687767 or 2700969. OLE color: 2700969.
HSL color Cylindrical-coordinate representation of color #A93629: hue angle of 6.09º 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 #A93629 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 54 | 41 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.34 |
| HSL | 6.09º | 0.61% | 0.41% | - |
| HSV(B) | 6.09º | 0.76% | 0.66% | - |
| XYZ | 18.08 | 11.23 | 3.31 | - |
| YUV | 86.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 41 | 0 | 0.68 | 0.76 | 0.34 | 6.09 | 0.61 | 0.41 |
| Hex | A9 | 36 | 29 | 0 | 44 | 4C | 22 | 6 | 3D | 29 |
| Octal | 251 | 66 | 51 | 0 | 104 | 114 | 42 | 6 | 75 | 51 |
| Binary | 10101001 | 110110 | 101001 | 0 | 1000100 | 1001100 | 100010 | 110 | 111101 | 101001 |
Color Harmonies of #A93629
Complementary color
Monochromatic Colors of #A93629
Black with #A93629
Text Example
Text Example
White with #A93629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93629; }
p { color: rgb(169,54,41); }
H1.HeaderClassName
{
color: #A93629;
}
.AnyTagClassName
{
color: #A93629;
}
</style>
background-color css
<style>
a { background-color: #A93629; }
a { background-color: rgb(169,54,41); }
div.DivClassName
{
background-color: #A93629;
}
.BgClassName
{
background-color: #A93629;
}
</style>
border-color css
<style>
span { border-color: #A93629; }
span { border-color: rgb(169,54,41); }
td.TdClassName
{
border-color: #A93629;
}
.TagClassName
{
border-color: #A93629;
}
</style>