Shades of Brown #A12625
Tints of Brown #A12625
RGB
CMYK
RGB Variations
Color information
#A12625 (or 0xA12625) is known color: Brown. HEX triplet: A1, 26 and 25. RGB value is (161,38,37). Sum of RGB (Red+Green+Blue) = 161+38+37=236 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.22% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 161 - color contains mainly: red. Hex color #A12625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12625 is #5ED9DA. Grayscale: #4A4A4A. Windows color (decimal): -6216155 or 2434721. OLE color: 2434721.
HSL color Cylindrical-coordinate representation of color #A12625: hue angle of 0.48º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A12625 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 38 | 37 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.37 |
| HSL | 0.48º | 0.63% | 0.39% | - |
| HSV(B) | 0.48º | 0.77% | 0.63% | - |
| XYZ | 15.72 | 9.1 | 2.68 | - |
| YUV | 74.66 | 106.75 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 37 | 0 | 0.76 | 0.77 | 0.37 | 0.48 | 0.63 | 0.39 |
| Hex | A1 | 26 | 25 | 0 | 4C | 4D | 25 | 0 | 3F | 27 |
| Octal | 241 | 46 | 45 | 0 | 114 | 115 | 45 | 0 | 77 | 47 |
| Binary | 10100001 | 100110 | 100101 | 0 | 1001100 | 1001101 | 100101 | 0 | 111111 | 100111 |
Color Harmonies of #A12625
Complementary color
Monochromatic Colors of #A12625
Black with #A12625
Text Example
Text Example
White with #A12625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12625; }
p { color: rgb(161,38,37); }
H1.HeaderClassName
{
color: #A12625;
}
.AnyTagClassName
{
color: #A12625;
}
</style>
background-color css
<style>
a { background-color: #A12625; }
a { background-color: rgb(161,38,37); }
div.DivClassName
{
background-color: #A12625;
}
.BgClassName
{
background-color: #A12625;
}
</style>
border-color css
<style>
span { border-color: #A12625; }
span { border-color: rgb(161,38,37); }
td.TdClassName
{
border-color: #A12625;
}
.TagClassName
{
border-color: #A12625;
}
</style>