Shades of Brown #A5321B
Tints of Brown #A5321B
RGB
CMYK
RGB Variations
Color information
#A5321B (or 0xA5321B) is known color: Brown. HEX triplet: A5, 32 and 1B. RGB value is (165,50,27). Sum of RGB (Red+Green+Blue) = 165+50+27=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A5321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5321B is #5ACDE4. Grayscale: #515151. Windows color (decimal): -5950949 or 1782437. OLE color: 1782437.
HSL color Cylindrical-coordinate representation of color #A5321B: hue angle of 10º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5321B is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 50 | 27 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.35 |
| HSL | 10º | 0.72% | 0.38% | - |
| HSV(B) | 10º | 0.84% | 0.65% | - |
| XYZ | 16.86 | 10.36 | 2.15 | - |
| YUV | 81.76 | 97.1 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 27 | 0 | 0.70 | 0.84 | 0.35 | 10 | 0.72 | 0.38 |
| Hex | A5 | 32 | 1B | 0 | 46 | 54 | 23 | A | 48 | 26 |
| Octal | 245 | 62 | 33 | 0 | 106 | 124 | 43 | 12 | 110 | 46 |
| Binary | 10100101 | 110010 | 11011 | 0 | 1000110 | 1010100 | 100011 | 1010 | 1001000 | 100110 |
Color Harmonies of #A5321B
Complementary color
Monochromatic Colors of #A5321B
Black with #A5321B
Text Example
Text Example
White with #A5321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5321B; }
p { color: rgb(165,50,27); }
H1.HeaderClassName
{
color: #A5321B;
}
.AnyTagClassName
{
color: #A5321B;
}
</style>
background-color css
<style>
a { background-color: #A5321B; }
a { background-color: rgb(165,50,27); }
div.DivClassName
{
background-color: #A5321B;
}
.BgClassName
{
background-color: #A5321B;
}
</style>
border-color css
<style>
span { border-color: #A5321B; }
span { border-color: rgb(165,50,27); }
td.TdClassName
{
border-color: #A5321B;
}
.TagClassName
{
border-color: #A5321B;
}
</style>