Shades of Brown #A1331A
Tints of Brown #A1331A
RGB
CMYK
RGB Variations
Color information
#A1331A (or 0xA1331A) is known color: Brown. HEX triplet: A1, 33 and 1A. RGB value is (161,51,26). Sum of RGB (Red+Green+Blue) = 161+51+26=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A1331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1331A is #5ECCE5. Grayscale: #515151. Windows color (decimal): -6212838 or 1717153. OLE color: 1717153.
HSL color Cylindrical-coordinate representation of color #A1331A: hue angle of 11.11º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1331A is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 51 | 26 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.37 |
| HSL | 11.11º | 0.72% | 0.37% | - |
| HSV(B) | 11.11º | 0.84% | 0.63% | - |
| XYZ | 16.07 | 10.02 | 2.06 | - |
| YUV | 81.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 26 | 0 | 0.68 | 0.84 | 0.37 | 11.11 | 0.72 | 0.37 |
| Hex | A1 | 33 | 1A | 0 | 44 | 54 | 25 | B | 48 | 25 |
| Octal | 241 | 63 | 32 | 0 | 104 | 124 | 45 | 13 | 110 | 45 |
| Binary | 10100001 | 110011 | 11010 | 0 | 1000100 | 1010100 | 100101 | 1011 | 1001000 | 100101 |
Color Harmonies of #A1331A
Complementary color
Monochromatic Colors of #A1331A
Black with #A1331A
Text Example
Text Example
White with #A1331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1331A; }
p { color: rgb(161,51,26); }
H1.HeaderClassName
{
color: #A1331A;
}
.AnyTagClassName
{
color: #A1331A;
}
</style>
background-color css
<style>
a { background-color: #A1331A; }
a { background-color: rgb(161,51,26); }
div.DivClassName
{
background-color: #A1331A;
}
.BgClassName
{
background-color: #A1331A;
}
</style>
border-color css
<style>
span { border-color: #A1331A; }
span { border-color: rgb(161,51,26); }
td.TdClassName
{
border-color: #A1331A;
}
.TagClassName
{
border-color: #A1331A;
}
</style>