Shades of Brown #A0321D
Tints of Brown #A0321D
RGB
CMYK
RGB Variations
Color information
#A0321D (or 0xA0321D) is known color: Brown. HEX triplet: A0, 32 and 1D. RGB value is (160,50,29). Sum of RGB (Red+Green+Blue) = 160+50+29=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0321D is #5FCDE2. Grayscale: #505050. Windows color (decimal): -6278627 or 1913504. OLE color: 1913504.
HSL color Cylindrical-coordinate representation of color #A0321D: hue angle of 9.62º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0321D is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 29 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.37 |
| HSL | 9.62º | 0.69% | 0.37% | - |
| HSV(B) | 9.62º | 0.82% | 0.63% | - |
| XYZ | 15.86 | 9.84 | 2.23 | - |
| YUV | 80.5 | 98.94 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 29 | 0 | 0.69 | 0.82 | 0.37 | 9.62 | 0.69 | 0.37 |
| Hex | A0 | 32 | 1D | 0 | 45 | 52 | 25 | A | 45 | 25 |
| Octal | 240 | 62 | 35 | 0 | 105 | 122 | 45 | 12 | 105 | 45 |
| Binary | 10100000 | 110010 | 11101 | 0 | 1000101 | 1010010 | 100101 | 1010 | 1000101 | 100101 |
Color Harmonies of #A0321D
Complementary color
Monochromatic Colors of #A0321D
Black with #A0321D
Text Example
Text Example
White with #A0321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0321D; }
p { color: rgb(160,50,29); }
H1.HeaderClassName
{
color: #A0321D;
}
.AnyTagClassName
{
color: #A0321D;
}
</style>
background-color css
<style>
a { background-color: #A0321D; }
a { background-color: rgb(160,50,29); }
div.DivClassName
{
background-color: #A0321D;
}
.BgClassName
{
background-color: #A0321D;
}
</style>
border-color css
<style>
span { border-color: #A0321D; }
span { border-color: rgb(160,50,29); }
td.TdClassName
{
border-color: #A0321D;
}
.TagClassName
{
border-color: #A0321D;
}
</style>