Shades of Brown #A9361D
Tints of Brown #A9361D
RGB
CMYK
RGB Variations
Color information
#A9361D (or 0xA9361D) is known color: Brown. HEX triplet: A9, 36 and 1D. RGB value is (169,54,29). Sum of RGB (Red+Green+Blue) = 169+54+29=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A9361D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9361D is #56C9E2. Grayscale: #555555. Windows color (decimal): -5687779 or 1914537. OLE color: 1914537.
HSL color Cylindrical-coordinate representation of color #A9361D: hue angle of 10.71º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A9361D is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 54 | 29 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.34 |
| HSL | 10.71º | 0.71% | 0.39% | - |
| HSV(B) | 10.71º | 0.83% | 0.66% | - |
| XYZ | 17.9 | 11.16 | 2.37 | - |
| YUV | 85.54 | 96.1 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 29 | 0 | 0.68 | 0.83 | 0.34 | 10.71 | 0.71 | 0.39 |
| Hex | A9 | 36 | 1D | 0 | 44 | 53 | 22 | B | 47 | 27 |
| Octal | 251 | 66 | 35 | 0 | 104 | 123 | 42 | 13 | 107 | 47 |
| Binary | 10101001 | 110110 | 11101 | 0 | 1000100 | 1010011 | 100010 | 1011 | 1000111 | 100111 |
Color Harmonies of #A9361D
Complementary color
Monochromatic Colors of #A9361D
Black with #A9361D
Text Example
Text Example
White with #A9361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9361D; }
p { color: rgb(169,54,29); }
H1.HeaderClassName
{
color: #A9361D;
}
.AnyTagClassName
{
color: #A9361D;
}
</style>
background-color css
<style>
a { background-color: #A9361D; }
a { background-color: rgb(169,54,29); }
div.DivClassName
{
background-color: #A9361D;
}
.BgClassName
{
background-color: #A9361D;
}
</style>
border-color css
<style>
span { border-color: #A9361D; }
span { border-color: rgb(169,54,29); }
td.TdClassName
{
border-color: #A9361D;
}
.TagClassName
{
border-color: #A9361D;
}
</style>