Shades of Brown #A12D1B
Tints of Brown #A12D1B
RGB
CMYK
RGB Variations
Color information
#A12D1B (or 0xA12D1B) is known color: Brown. HEX triplet: A1, 2D and 1B. RGB value is (161,45,27). Sum of RGB (Red+Green+Blue) = 161+45+27=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12D1B is #5ED2E4. Grayscale: #4D4D4D. Windows color (decimal): -6214373 or 1781153. OLE color: 1781153.
HSL color Cylindrical-coordinate representation of color #A12D1B: hue angle of 8.06º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A12D1B is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 45 | 27 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.37 |
| HSL | 8.06º | 0.71% | 0.37% | - |
| HSV(B) | 8.06º | 0.83% | 0.63% | - |
| XYZ | 15.83 | 9.53 | 2.04 | - |
| YUV | 77.63 | 99.43 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 27 | 0 | 0.72 | 0.83 | 0.37 | 8.06 | 0.71 | 0.37 |
| Hex | A1 | 2D | 1B | 0 | 48 | 53 | 25 | 8 | 47 | 25 |
| Octal | 241 | 55 | 33 | 0 | 110 | 123 | 45 | 10 | 107 | 45 |
| Binary | 10100001 | 101101 | 11011 | 0 | 1001000 | 1010011 | 100101 | 1000 | 1000111 | 100101 |
Color Harmonies of #A12D1B
Complementary color
Monochromatic Colors of #A12D1B
Black with #A12D1B
Text Example
Text Example
White with #A12D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12D1B; }
p { color: rgb(161,45,27); }
H1.HeaderClassName
{
color: #A12D1B;
}
.AnyTagClassName
{
color: #A12D1B;
}
</style>
background-color css
<style>
a { background-color: #A12D1B; }
a { background-color: rgb(161,45,27); }
div.DivClassName
{
background-color: #A12D1B;
}
.BgClassName
{
background-color: #A12D1B;
}
</style>
border-color css
<style>
span { border-color: #A12D1B; }
span { border-color: rgb(161,45,27); }
td.TdClassName
{
border-color: #A12D1B;
}
.TagClassName
{
border-color: #A12D1B;
}
</style>