Shades of Brown #A12A23
Tints of Brown #A12A23
RGB
CMYK
RGB Variations
Color information
#A12A23 (or 0xA12A23) is known color: Brown. HEX triplet: A1, 2A and 23. RGB value is (161,42,35). Sum of RGB (Red+Green+Blue) = 161+42+35=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12A23 is #5ED5DC. Grayscale: #4C4C4C. Windows color (decimal): -6215133 or 2304673. OLE color: 2304673.
HSL color Cylindrical-coordinate representation of color #A12A23: hue angle of 3.33º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12A23 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 42 | 35 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.37 |
| HSL | 3.33º | 0.64% | 0.38% | - |
| HSV(B) | 3.33º | 0.78% | 0.63% | - |
| XYZ | 15.83 | 9.35 | 2.56 | - |
| YUV | 76.78 | 104.42 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 35 | 0 | 0.74 | 0.78 | 0.37 | 3.33 | 0.64 | 0.38 |
| Hex | A1 | 2A | 23 | 0 | 4A | 4E | 25 | 3 | 40 | 26 |
| Octal | 241 | 52 | 43 | 0 | 112 | 116 | 45 | 3 | 100 | 46 |
| Binary | 10100001 | 101010 | 100011 | 0 | 1001010 | 1001110 | 100101 | 11 | 1000000 | 100110 |
Color Harmonies of #A12A23
Complementary color
Monochromatic Colors of #A12A23
Black with #A12A23
Text Example
Text Example
White with #A12A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12A23; }
p { color: rgb(161,42,35); }
H1.HeaderClassName
{
color: #A12A23;
}
.AnyTagClassName
{
color: #A12A23;
}
</style>
background-color css
<style>
a { background-color: #A12A23; }
a { background-color: rgb(161,42,35); }
div.DivClassName
{
background-color: #A12A23;
}
.BgClassName
{
background-color: #A12A23;
}
</style>
border-color css
<style>
span { border-color: #A12A23; }
span { border-color: rgb(161,42,35); }
td.TdClassName
{
border-color: #A12A23;
}
.TagClassName
{
border-color: #A12A23;
}
</style>