Shades of Brown #A3321C
Tints of Brown #A3321C
RGB
CMYK
RGB Variations
Color information
#A3321C (or 0xA3321C) is known color: Brown. HEX triplet: A3, 32 and 1C. RGB value is (163,50,28). Sum of RGB (Red+Green+Blue) = 163+50+28=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A3321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3321C is #5CCDE3. Grayscale: #515151. Windows color (decimal): -6082020 or 1847971. OLE color: 1847971.
HSL color Cylindrical-coordinate representation of color #A3321C: hue angle of 9.78º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3321C is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 28 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.36 |
| HSL | 9.78º | 0.71% | 0.37% | - |
| HSV(B) | 9.78º | 0.83% | 0.64% | - |
| XYZ | 16.45 | 10.15 | 2.19 | - |
| YUV | 81.28 | 97.94 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 28 | 0 | 0.69 | 0.83 | 0.36 | 9.78 | 0.71 | 0.37 |
| Hex | A3 | 32 | 1C | 0 | 45 | 53 | 24 | A | 47 | 25 |
| Octal | 243 | 62 | 34 | 0 | 105 | 123 | 44 | 12 | 107 | 45 |
| Binary | 10100011 | 110010 | 11100 | 0 | 1000101 | 1010011 | 100100 | 1010 | 1000111 | 100101 |
Color Harmonies of #A3321C
Complementary color
Monochromatic Colors of #A3321C
Black with #A3321C
Text Example
Text Example
White with #A3321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3321C; }
p { color: rgb(163,50,28); }
H1.HeaderClassName
{
color: #A3321C;
}
.AnyTagClassName
{
color: #A3321C;
}
</style>
background-color css
<style>
a { background-color: #A3321C; }
a { background-color: rgb(163,50,28); }
div.DivClassName
{
background-color: #A3321C;
}
.BgClassName
{
background-color: #A3321C;
}
</style>
border-color css
<style>
span { border-color: #A3321C; }
span { border-color: rgb(163,50,28); }
td.TdClassName
{
border-color: #A3321C;
}
.TagClassName
{
border-color: #A3321C;
}
</style>