Shades of Brown #A0301A
Tints of Brown #A0301A
RGB
CMYK
RGB Variations
Color information
#A0301A (or 0xA0301A) is known color: Brown. HEX triplet: A0, 30 and 1A. RGB value is (160,48,26). Sum of RGB (Red+Green+Blue) = 160+48+26=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A0301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0301A is #5FCFE5. Grayscale: #4F4F4F. Windows color (decimal): -6279142 or 1716384. OLE color: 1716384.
HSL color Cylindrical-coordinate representation of color #A0301A: hue angle of 9.85º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0301A is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 26 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.37 |
| HSL | 9.85º | 0.72% | 0.36% | - |
| HSV(B) | 9.85º | 0.84% | 0.63% | - |
| XYZ | 15.74 | 9.66 | 2.01 | - |
| YUV | 78.98 | 98.11 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 26 | 0 | 0.70 | 0.84 | 0.37 | 9.85 | 0.72 | 0.36 |
| Hex | A0 | 30 | 1A | 0 | 46 | 54 | 25 | A | 48 | 24 |
| Octal | 240 | 60 | 32 | 0 | 106 | 124 | 45 | 12 | 110 | 44 |
| Binary | 10100000 | 110000 | 11010 | 0 | 1000110 | 1010100 | 100101 | 1010 | 1001000 | 100100 |
Color Harmonies of #A0301A
Complementary color
Monochromatic Colors of #A0301A
Black with #A0301A
Text Example
Text Example
White with #A0301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0301A; }
p { color: rgb(160,48,26); }
H1.HeaderClassName
{
color: #A0301A;
}
.AnyTagClassName
{
color: #A0301A;
}
</style>
background-color css
<style>
a { background-color: #A0301A; }
a { background-color: rgb(160,48,26); }
div.DivClassName
{
background-color: #A0301A;
}
.BgClassName
{
background-color: #A0301A;
}
</style>
border-color css
<style>
span { border-color: #A0301A; }
span { border-color: rgb(160,48,26); }
td.TdClassName
{
border-color: #A0301A;
}
.TagClassName
{
border-color: #A0301A;
}
</style>