Shades of Brown #A0341D
Tints of Brown #A0341D
RGB
CMYK
RGB Variations
Color information
#A0341D (or 0xA0341D) is known color: Brown. HEX triplet: A0, 34 and 1D. RGB value is (160,52,29). Sum of RGB (Red+Green+Blue) = 160+52+29=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0341D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0341D is #5FCBE2. Grayscale: #515151. Windows color (decimal): -6278115 or 1914016. OLE color: 1914016.
HSL color Cylindrical-coordinate representation of color #A0341D: hue angle of 10.53º 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 #A0341D is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 29 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.37 |
| HSL | 10.53º | 0.69% | 0.37% | - |
| HSV(B) | 10.53º | 0.82% | 0.63% | - |
| XYZ | 15.95 | 10.02 | 2.26 | - |
| YUV | 81.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 29 | 0 | 0.68 | 0.82 | 0.37 | 10.53 | 0.69 | 0.37 |
| Hex | A0 | 34 | 1D | 0 | 44 | 52 | 25 | B | 45 | 25 |
| Octal | 240 | 64 | 35 | 0 | 104 | 122 | 45 | 13 | 105 | 45 |
| Binary | 10100000 | 110100 | 11101 | 0 | 1000100 | 1010010 | 100101 | 1011 | 1000101 | 100101 |
Color Harmonies of #A0341D
Complementary color
Monochromatic Colors of #A0341D
Black with #A0341D
Text Example
Text Example
White with #A0341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0341D; }
p { color: rgb(160,52,29); }
H1.HeaderClassName
{
color: #A0341D;
}
.AnyTagClassName
{
color: #A0341D;
}
</style>
background-color css
<style>
a { background-color: #A0341D; }
a { background-color: rgb(160,52,29); }
div.DivClassName
{
background-color: #A0341D;
}
.BgClassName
{
background-color: #A0341D;
}
</style>
border-color css
<style>
span { border-color: #A0341D; }
span { border-color: rgb(160,52,29); }
td.TdClassName
{
border-color: #A0341D;
}
.TagClassName
{
border-color: #A0341D;
}
</style>