Shades of Brown #A32619
Tints of Brown #A32619
RGB
CMYK
RGB Variations
Color information
#A32619 (or 0xA32619) is known color: Brown. HEX triplet: A3, 26 and 19. RGB value is (163,38,25). Sum of RGB (Red+Green+Blue) = 163+38+25=226 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.12% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 163 - color contains mainly: red. Hex color #A32619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32619 is #5CD9E6. Grayscale: #4A4A4A. Windows color (decimal): -6085095 or 1648291. OLE color: 1648291.
HSL color Cylindrical-coordinate representation of color #A32619: hue angle of 5.65º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A32619 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 38 | 25 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.36 |
| HSL | 5.65º | 0.73% | 0.37% | - |
| HSV(B) | 5.65º | 0.85% | 0.64% | - |
| XYZ | 15.97 | 9.24 | 1.86 | - |
| YUV | 73.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 25 | 0 | 0.77 | 0.85 | 0.36 | 5.65 | 0.73 | 0.37 |
| Hex | A3 | 26 | 19 | 0 | 4D | 55 | 24 | 6 | 49 | 25 |
| Octal | 243 | 46 | 31 | 0 | 115 | 125 | 44 | 6 | 111 | 45 |
| Binary | 10100011 | 100110 | 11001 | 0 | 1001101 | 1010101 | 100100 | 110 | 1001001 | 100101 |
Color Harmonies of #A32619
Complementary color
Monochromatic Colors of #A32619
Black with #A32619
Text Example
Text Example
White with #A32619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32619; }
p { color: rgb(163,38,25); }
H1.HeaderClassName
{
color: #A32619;
}
.AnyTagClassName
{
color: #A32619;
}
</style>
background-color css
<style>
a { background-color: #A32619; }
a { background-color: rgb(163,38,25); }
div.DivClassName
{
background-color: #A32619;
}
.BgClassName
{
background-color: #A32619;
}
</style>
border-color css
<style>
span { border-color: #A32619; }
span { border-color: rgb(163,38,25); }
td.TdClassName
{
border-color: #A32619;
}
.TagClassName
{
border-color: #A32619;
}
</style>