Shades of Brown #A32F20
Tints of Brown #A32F20
RGB
CMYK
RGB Variations
Color information
#A32F20 (or 0xA32F20) is known color: Brown. HEX triplet: A3, 2F and 20. RGB value is (163,47,32). Sum of RGB (Red+Green+Blue) = 163+47+32=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32F20 is #5CD0DF. Grayscale: #505050. Windows color (decimal): -6082784 or 2109347. OLE color: 2109347.
HSL color Cylindrical-coordinate representation of color #A32F20: hue angle of 6.87º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32F20 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 32 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.36 |
| HSL | 6.87º | 0.67% | 0.38% | - |
| HSV(B) | 6.87º | 0.8% | 0.64% | - |
| XYZ | 16.38 | 9.92 | 2.42 | - |
| YUV | 79.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 32 | 0 | 0.71 | 0.80 | 0.36 | 6.87 | 0.67 | 0.38 |
| Hex | A3 | 2F | 20 | 0 | 47 | 50 | 24 | 7 | 43 | 26 |
| Octal | 243 | 57 | 40 | 0 | 107 | 120 | 44 | 7 | 103 | 46 |
| Binary | 10100011 | 101111 | 100000 | 0 | 1000111 | 1010000 | 100100 | 111 | 1000011 | 100110 |
Color Harmonies of #A32F20
Complementary color
Monochromatic Colors of #A32F20
Black with #A32F20
Text Example
Text Example
White with #A32F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F20; }
p { color: rgb(163,47,32); }
H1.HeaderClassName
{
color: #A32F20;
}
.AnyTagClassName
{
color: #A32F20;
}
</style>
background-color css
<style>
a { background-color: #A32F20; }
a { background-color: rgb(163,47,32); }
div.DivClassName
{
background-color: #A32F20;
}
.BgClassName
{
background-color: #A32F20;
}
</style>
border-color css
<style>
span { border-color: #A32F20; }
span { border-color: rgb(163,47,32); }
td.TdClassName
{
border-color: #A32F20;
}
.TagClassName
{
border-color: #A32F20;
}
</style>