Shades of Brown #A12D25
Tints of Brown #A12D25
RGB
CMYK
RGB Variations
Color information
#A12D25 (or 0xA12D25) is known color: Brown. HEX triplet: A1, 2D and 25. RGB value is (161,45,37). Sum of RGB (Red+Green+Blue) = 161+45+37=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12D25 is #5ED2DA. Grayscale: #4E4E4E. Windows color (decimal): -6214363 or 2436513. OLE color: 2436513.
HSL color Cylindrical-coordinate representation of color #A12D25: hue angle of 3.87º 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 #A12D25 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 45 | 37 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.37 |
| HSL | 3.87º | 0.63% | 0.39% | - |
| HSV(B) | 3.87º | 0.77% | 0.63% | - |
| XYZ | 15.97 | 9.59 | 2.76 | - |
| YUV | 78.77 | 104.43 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 37 | 0 | 0.72 | 0.77 | 0.37 | 3.87 | 0.63 | 0.39 |
| Hex | A1 | 2D | 25 | 0 | 48 | 4D | 25 | 4 | 3F | 27 |
| Octal | 241 | 55 | 45 | 0 | 110 | 115 | 45 | 4 | 77 | 47 |
| Binary | 10100001 | 101101 | 100101 | 0 | 1001000 | 1001101 | 100101 | 100 | 111111 | 100111 |
Color Harmonies of #A12D25
Complementary color
Monochromatic Colors of #A12D25
Black with #A12D25
Text Example
Text Example
White with #A12D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12D25; }
p { color: rgb(161,45,37); }
H1.HeaderClassName
{
color: #A12D25;
}
.AnyTagClassName
{
color: #A12D25;
}
</style>
background-color css
<style>
a { background-color: #A12D25; }
a { background-color: rgb(161,45,37); }
div.DivClassName
{
background-color: #A12D25;
}
.BgClassName
{
background-color: #A12D25;
}
</style>
border-color css
<style>
span { border-color: #A12D25; }
span { border-color: rgb(161,45,37); }
td.TdClassName
{
border-color: #A12D25;
}
.TagClassName
{
border-color: #A12D25;
}
</style>