Shades of Brown #A3281A
Tints of Brown #A3281A
RGB
CMYK
RGB Variations
Color information
#A3281A (or 0xA3281A) is known color: Brown. HEX triplet: A3, 28 and 1A. RGB value is (163,40,26). Sum of RGB (Red+Green+Blue) = 163+40+26=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A3281A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3281A is #5CD7E5. Grayscale: #4B4B4B. Windows color (decimal): -6084582 or 1714339. OLE color: 1714339.
HSL color Cylindrical-coordinate representation of color #A3281A: hue angle of 6.13º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3281A is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 26 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.36 |
| HSL | 6.13º | 0.72% | 0.37% | - |
| HSV(B) | 6.13º | 0.84% | 0.64% | - |
| XYZ | 16.05 | 9.38 | 1.94 | - |
| YUV | 75.18 | 100.25 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 26 | 0 | 0.75 | 0.84 | 0.36 | 6.13 | 0.72 | 0.37 |
| Hex | A3 | 28 | 1A | 0 | 4B | 54 | 24 | 6 | 48 | 25 |
| Octal | 243 | 50 | 32 | 0 | 113 | 124 | 44 | 6 | 110 | 45 |
| Binary | 10100011 | 101000 | 11010 | 0 | 1001011 | 1010100 | 100100 | 110 | 1001000 | 100101 |
Color Harmonies of #A3281A
Complementary color
Monochromatic Colors of #A3281A
Black with #A3281A
Text Example
Text Example
White with #A3281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3281A; }
p { color: rgb(163,40,26); }
H1.HeaderClassName
{
color: #A3281A;
}
.AnyTagClassName
{
color: #A3281A;
}
</style>
background-color css
<style>
a { background-color: #A3281A; }
a { background-color: rgb(163,40,26); }
div.DivClassName
{
background-color: #A3281A;
}
.BgClassName
{
background-color: #A3281A;
}
</style>
border-color css
<style>
span { border-color: #A3281A; }
span { border-color: rgb(163,40,26); }
td.TdClassName
{
border-color: #A3281A;
}
.TagClassName
{
border-color: #A3281A;
}
</style>